summaryrefslogtreecommitdiff
path: root/test/test26-02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test26-02.txt')
-rw-r--r--test/test26-02.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/test26-02.txt b/test/test26-02.txt
index 14ae93e..53ff2f8 100644
--- a/test/test26-02.txt
+++ b/test/test26-02.txt
@@ -287,7 +287,30 @@ __base_ctor : pointer_type ptr0,
__comp_ctor : pointer_type ptr0,
ftest1:
ftest2: pointer_type ptr0,
+Data2:
+__base_dtor :
+__comp_dtor :
+__deleting_dtor :
func1: pointer_type ptr1,
+func2: pointer_type ptr1,
+Data1:
+__base_dtor :
+__comp_dtor :
+func3: pointer_type ptr1,
+test26.cpp: In member function 'void Object1::func3(Data1*)':
+test26.cpp:68:16: warning: Using parameter 'ptr1' without checking for null pointer
+ delete ptr1;
+ ^
+func4: pointer_type ptr1,
+test26.cpp: In member function 'void Object1::func4(Data1*)':
+test26.cpp:77:16: warning: Using parameter 'ptr1' without checking for null pointer
+ delete ptr1;
+ ^
+func5: pointer_type ptr1,
+test26.cpp: In static member function 'static void Object1::func5(Data2*)':
+test26.cpp:85:16: warning: Using parameter 'ptr1' without checking for null pointer
+ delete ptr1;
+ ^
__stoa: pointer_type __convf, pointer_type __name, pointer_type __str, pointer_type __idx,
__stoa: pointer_type __convf, pointer_type __name, pointer_type __str, pointer_type __idx,
__stoa: pointer_type __convf, pointer_type __name, pointer_type __str, pointer_type __idx,