summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/sanitize-dtor-callback.cpp
AgeCommit message (Expand)Author
2022-08-31[msan] Use Debug Info to point to affected fieldsVitaly Buka
2022-08-30[msan] Add more specific messages for use-after-destroyVitaly Buka
2022-08-29[test][msan] Use -DAG to match Debug InfoVitaly Buka
2022-08-29[test][msan] Don't ignore the suffix if use-after-dtor callbackVitaly Buka
2022-08-29[test][msan] Add more Debug Info use-after-dtor testsVitaly Buka
2022-08-28[test][msan] Simplify tests with --implicit-check-notVitaly Buka
2017-09-20[MSan] Disable sanitization for __sanitizer_dtor_callback.Matt Morehouse
2015-08-14clarified test commentNaomi Musgrave
2015-08-13Fix previous commit: poison only class members, simpler testsNaomi Musgrave
2015-08-12Revert "Implement poisoning of only class members in dtor, as opposed to also...Naomi Musgrave
2015-08-12Implement poisoning of only class members in dtor, as opposed to also poisoni...Naomi Musgrave
2015-07-16updated tests for correct commitNaomi Musgrave
2015-07-15adding tests for various dtor decl typesNaomi Musgrave
2015-07-14Basic code generation for MSan use-after-dtor.Evgeniy Stepanov