summaryrefslogtreecommitdiff
path: root/test/test30-03.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-04 00:47:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-04 00:47:59 +0300
commit392455453ce6806064285d3b1e426fdc2ea33752 (patch)
tree3bfce530eff0150fdf21e48a428ca366c866cfbe /test/test30-03.txt
parent6e0b30c7d2febba72754838b4811dd31a90284f9 (diff)
downloadparanucker-392455453ce6806064285d3b1e426fdc2ea33752.tar.gz
paranucker-392455453ce6806064285d3b1e426fdc2ea33752.tar.bz2
paranucker-392455453ce6806064285d3b1e426fdc2ea33752.tar.xz
paranucker-392455453ce6806064285d3b1e426fdc2ea33752.zip
Update test results.
Diffstat (limited to 'test/test30-03.txt')
-rw-r--r--test/test30-03.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test30-03.txt b/test/test30-03.txt
index 2eba203..215964b 100644
--- a/test/test30-03.txt
+++ b/test/test30-03.txt
@@ -86,6 +86,7 @@ function_decl paranuckerInternalTest: ptr1,
if_stmt : ptr1,
truth_orif_expr : ptr1,
eq_expr : ptr1,
+integer_cst 0: ptr1,
parm_decl ptr1: ptr1,
pointer_type : ptr1,
record_type : ptr1,
@@ -110,6 +111,7 @@ type_decl Data1: ptr1,
integer_cst 64: ptr1,
integer_cst 0: ptr1,
eq_expr :
+integer_cst 10:
component_ref :
indirect_ref :
parm_decl ptr1:
@@ -230,6 +232,7 @@ function_decl paranuckerInternalTest: ptr1,
if_stmt : ptr1,
truth_andif_expr : ptr1,
eq_expr : ptr1,
+integer_cst 0: ptr1,
parm_decl ptr1: ptr1,
pointer_type : ptr1,
record_type : ptr1,
@@ -258,6 +261,7 @@ test30.cpp: In member function 'void Object1::func2(Data1*)':
test30.cpp:69:32: warning: Using field 'ptr1' without checking for null pointer
if (!ptr1 && ptr1->val == 10)
^
+integer_cst 10: ptr1,
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -378,6 +382,7 @@ function_decl paranuckerInternalTest: ptr1,
if_stmt : ptr1,
truth_andif_expr : ptr1,
ne_expr : ptr1,
+integer_cst 0: ptr1,
parm_decl ptr1: ptr1,
pointer_type : ptr1,
record_type : ptr1,
@@ -402,6 +407,7 @@ type_decl Data1: ptr1,
integer_cst 64: ptr1,
integer_cst 0: ptr1,
eq_expr :
+integer_cst 10:
component_ref :
indirect_ref :
parm_decl ptr1:
@@ -521,6 +527,7 @@ addr_expr : ptr1,
function_decl paranuckerInternalTest: ptr1,
if_stmt : ptr1,
eq_expr : ptr1,
+integer_cst 0: ptr1,
test30.cpp: In member function 'void Object1::func4(Data1*, Data1*)':
test30.cpp:127:14: warning: Useless variable check 'ptr2'. It already was checked before
if (!ptr2)