summaryrefslogtreecommitdiff
path: root/test/test33-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test33-03.txt')
-rw-r--r--test/test33-03.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test33-03.txt b/test/test33-03.txt
index 1ed9bb1..761297d 100644
--- a/test/test33-03.txt
+++ b/test/test33-03.txt
@@ -122,10 +122,10 @@ expr_stmt : ptr1,
convert_expr : ptr1,
modify_expr : ptr1,
test33.cpp: In member function 'void Object1::func1(Data1*)':
-test33.cpp:46:24: warning: Using parameter 'ptr1' without checking for null pointer
+test33.cpp:46:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 200;
^
-test33.cpp:46:24: warning: Using field 'ptr1' without checking for null pointer
+test33.cpp:46:24: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -237,10 +237,10 @@ expr_stmt : ptr1,
convert_expr : ptr1,
modify_expr : ptr1,
test33.cpp: In member function 'void Object1::func2(Data1*)':
-test33.cpp:67:24: warning: Using parameter 'ptr1' without checking for null pointer
+test33.cpp:67:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 200;
^
-test33.cpp:67:24: warning: Using field 'ptr1' without checking for null pointer
+test33.cpp:67:24: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -313,10 +313,10 @@ expr_stmt : ptr1,
convert_expr : ptr1,
modify_expr : ptr1,
test33.cpp: In member function 'void Object1::func3(Data1*)':
-test33.cpp:82:28: warning: Using parameter 'ptr1' without checking for null pointer
+test33.cpp:82:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test33.cpp:82:28: warning: Using field 'ptr1' without checking for null pointer
+test33.cpp:82:28: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,