[PATCH] D11189: adding tests for various dtor decl types

Evgeniy Stepanov eugenis at google.com
Wed Jul 15 15:07:57 PDT 2015


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM with a nit


================
Comment at: test/CodeGenCXX/sanitize-no-dtor-callback.cpp:18
@@ +17,3 @@
+Inlined i;
+// Simple internal member is poisoned by compiler-generated dtor
+// CHECK-LABEL: define {{.*}}InlinedD1Ev
----------------
This (and below) comments are wrong, just remove them.
Replace all checks with a single 	​// CHECK-NOT: call void @__sanitizer_dtor_callback


http://reviews.llvm.org/D11189







More information about the cfe-commits mailing list