Commit Graph

9 Commits

Author SHA1 Message Date
Alexander Haase
e39082050c Removed continue statement in FindASan.cmake
Older CMake versions are not capable of continue in foreach functions.
2015-11-19 16:38:53 +01:00
Alexander Haase
41e635c9ca Restructured code of FindASan.cmake 2015-11-19 14:14:13 +01:00
Alexander Haase
4fd453301a Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00
Matt Arsenault
b61ffc8ceb Merge pull request #4 from smspillaz/issues/2
Set the HAVE_MEMORY_SANITIZER and HAVE_ADDRESS_SANITIZER cache entries.
2014-10-21 18:51:28 -07:00
Matt Arsenault
666bcc560d Merge pull request #3 from smspillaz/issues/1
Don't emit an error for deleting an object with a nonvirtual dtor.
2014-10-21 18:43:20 -07:00
Sam Spilsbury
9b343f8e7e Set the HAVE_MEMORY_SANITIZER and HAVE_ADDRESS_SANITIZER cache entries.
These were (inconsistently) not being set as opposed to
HAVE_THREAD_SANITIZER and HAVE_UNDEFINED_BEHAVIOUR_SANITIZER
2014-10-21 16:15:29 +08:00
Sam Spilsbury
1ec58d4183 Don't emit an error for deleting an object with a nonvirtual dtor.
We want that behaviour at runtime to make sure ubsan works
2014-10-21 16:13:59 +08:00
Matt Arsenault
42eac1f7af Add modules for asan, msan, tsan and ubsan 2013-10-05 22:16:39 -04:00
Matt Arsenault
1121b004db Initial commit 2013-10-05 22:14:59 -07:00