Alexander Haase
584f137e70
Reworked FindASan.cmake.
* removed build type ASAN. Targets should define ASan usage by sanitize_address
function
* compiler flags will be searched by compiler instead of per language
* FindASan warns, if a target can't be sanitized because of incompatible
compilers
* added some helper functions
il y a 10 ans
Alexander Haase
c96a15b46c
Bugfix in FindASan.cmake
il y a 10 ans
Alexander Haase
d81be39678
Bugfix in FindASan.cmake.
il y a 10 ans
Alexander Haase
f62b5858ac
Compile flags will now be set per-source file.
Thus C can be mixed with Fortran and the objects can be build with different
compilers, not both may support AddressSanitizer.
il y a 10 ans
Alexander Haase
c29aa33f11
Check ASan support for all enabled compilers.
Instead of fix checking for C and CXX compilers, all enabled languages will be
tested now.
il y a 10 ans
Alexander Haase
e39082050c
Removed continue statement in FindASan.cmake
Older CMake versions are not capable of continue in foreach functions.
il y a 10 ans
Alexander Haase
41e635c9ca
Restructured code of FindASan.cmake
il y a 10 ans
Alexander Haase
4fd453301a
Moved CMake files and added a simple testcase
il y a 10 ans
Matt Arsenault
b61ffc8ceb
Merge pull request #4 from smspillaz/issues/2
Set the HAVE_MEMORY_SANITIZER and HAVE_ADDRESS_SANITIZER cache entries.
il y a 11 ans
Matt Arsenault
666bcc560d
Merge pull request #3 from smspillaz/issues/1
Don't emit an error for deleting an object with a nonvirtual dtor.
il y a 11 ans
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
il y a 11 ans
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
il y a 11 ans
Matt Arsenault
42eac1f7af
Add modules for asan, msan, tsan and ubsan
il y a 12 ans
Matt Arsenault
1121b004db
Initial commit
il y a 12 ans