summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/sanitize-no-dtor-callback.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MSan] Enable use-after-dtor instrumentation by default.Matt Morehouse2018-01-101-2/+4
| | | | | | | | | | | | | | | | | Summary: Enable the compile-time flag -fsanitize-memory-use-after-dtor by default. Note that the run-time option MSAN_OPTIONS=poison_in_dtor=1 still needs to be enabled for destructors to be poisoned. Reviewers: eugenis, vitalybuka, kcc Reviewed By: eugenis, vitalybuka Subscribers: cfe-commits, llvm-commits Differential Revision: https://reviews.llvm.org/D37860 llvm-svn: 322221
* updated tests for correct commitNaomi Musgrave2015-07-161-0/+23
llvm-svn: 242364
OpenPOWER on IntegriCloud