Eric Noulard
|
3c2c439ef8
|
Fix a couple of spelling typos
|
pirms 8 gadiem |
Alexander Haase
|
6d56fe50e7
|
Removed optimization flags.
Due optimizing the code is optional for using the sanitizers, the user should
set an optimisation level by his choice on his own.
|
pirms 10 gadiem |
Alexander Haase
|
f566e2b9ec
|
Added checks to avoid bad sanitizer combinations.
Some sanitizers are not compatible with other sanitizers. Added some checks to
avoid these combinations at configuration time.
|
pirms 10 gadiem |
Alexander Haase
|
03db9d9383
|
Restructured all sanitizer modules.
|
pirms 10 gadiem |
Alexander Haase
|
4fd453301a
|
Moved CMake files and added a simple testcase
|
pirms 10 gadiem |
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
|
pirms 11 gadiem |
Matt Arsenault
|
42eac1f7af
|
Add modules for asan, msan, tsan and ubsan
|
pirms 12 gadiem |