summaryrefslogtreecommitdiff
path: root/test/test11-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test11-03.txt')
-rw-r--r--test/test11-03.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test11-03.txt b/test/test11-03.txt
index 8bdd134..30bf1af 100644
--- a/test/test11-03.txt
+++ b/test/test11-03.txt
@@ -105,6 +105,7 @@ test11.cpp: In member function 'void Object1::func2(Data1*, Data1*)':
test11.cpp:29:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test11.cpp:29:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -161,6 +162,7 @@ modify_expr : ptr1, ptr2,
test11.cpp:39:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 200;
^
+test11.cpp:39:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -217,6 +219,7 @@ modify_expr : ptr1, ptr2,
test11.cpp:49:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 200;
^
+test11.cpp:49:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -392,6 +395,7 @@ test11.cpp: In member function 'void Object1::func6(Data1*, Data1*)':
test11.cpp:70:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test11.cpp:70:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -414,6 +418,7 @@ modify_expr : ptr1, ptr2,
test11.cpp:71:24: warning: Using parameter 'ptr2' without checking for null pointer
ptr2->val = 400;
^
+test11.cpp:71:24: warning: Using field 'ptr2' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr2: ptr1, ptr2,