summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/sanitize-dtor-tail-call.cpp
AgeCommit message (Expand)Author
2022-08-30[msan] Add more specific messages for use-after-destroyVitaly Buka
2022-08-29[test][msan] Don't ignore the suffix if use-after-dtor callbackVitaly Buka
2022-08-28[test][msan] Simplify tests with --implicit-check-notVitaly Buka
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-07-30simplified test caseNaomi Musgrave
2015-07-30removed hardcoding for attribute associated with dtor in testNaomi Musgrave
2015-07-30Testing to verify function attribute disable-tail-calls applied to destructorNaomi Musgrave
2015-07-30updated test to be more explicitNaomi Musgrave
2015-07-30Updated test regex and flagsNaomi Musgrave
2015-07-30repress tail call optimization when performing use-after-dtor sanitizationNaomi Musgrave