summaryrefslogtreecommitdiff
path: root/test/test34-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test34-03.txt')
-rw-r--r--test/test34-03.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test34-03.txt b/test/test34-03.txt
index 0a53d2b..d225f6a 100644
--- a/test/test34-03.txt
+++ b/test/test34-03.txt
@@ -187,10 +187,10 @@ expr_stmt : ptr1,
convert_expr : ptr1,
modify_expr : ptr1,
test34.cpp: In member function 'void Object1::func1(Data1*)':
-test34.cpp:60:24: warning: Using parameter 'ptr1' without checking for null pointer
+test34.cpp:60:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 200;
^
-test34.cpp:60:24: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:60:24: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -347,10 +347,10 @@ expr_stmt : ptr1,
convert_expr : ptr1,
modify_expr : ptr1,
test34.cpp: In member function 'void Object1::func2(Data1*)':
-test34.cpp:90:24: warning: Using parameter 'ptr1' without checking for null pointer
+test34.cpp:90:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 200;
^
-test34.cpp:90:24: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:90:24: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -406,7 +406,7 @@ function_decl paranuckerInternalTest: ptr1,
if_stmt : ptr1,
eq_expr : ptr1,
test34.cpp: In member function 'void Object1::func3(Data1*)':
-test34.cpp:102:23: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:102:23: warning: Using variable 'ptr1' without checking for null pointer
if (ptr1->val == 100)
^
integer_cst 100: ptr1,
@@ -588,7 +588,7 @@ function_decl paranuckerInternalTest: ptr1,
while_stmt : ptr1,
eq_expr : ptr1,
test34.cpp: In member function 'void Object1::func4(Data1*)':
-test34.cpp:138:26: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:138:26: warning: Using variable 'ptr1' without checking for null pointer
while (ptr1->val == 100)
^
integer_cst 100: ptr1,
@@ -696,7 +696,7 @@ call_expr : ptr1,
addr_expr : ptr1,
function_decl paranuckerInternalTest: ptr1,
eq_expr : ptr1,
-test34.cpp:138:26: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:138:26: warning: Using variable 'ptr1' without checking for null pointer
integer_cst 100: ptr1,
component_ref : ptr1,
indirect_ref : ptr1,
@@ -1141,7 +1141,7 @@ addr_expr : ptr1,
function_decl paranuckerInternalTest: ptr1,
eq_expr : ptr1,
test34.cpp: In member function 'void Object1::func6(Data1*)':
-test34.cpp:225:26: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:225:26: warning: Using variable 'ptr1' without checking for null pointer
while (ptr1->val == 100)
^
integer_cst 100: ptr1,