[PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
nmusgrave at google.com
Fri Jul 17 16:58:41 PDT 2015
nmusgrave added inline comments.
================
Comment at: test/msan/dtor-member.cc:19
@@ +18,3 @@
+ // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
+ return 0;
+}
----------------
eugenis wrote:
> return is unnecessary
needed for main- can't have void main function. may rename as add more test cases.
http://reviews.llvm.org/D11283
More information about the cfe-commits
mailing list