summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_flags.h
Commit message (Collapse)AuthorAgeFilesLines
...
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-221-0/+2
| | | | | | Also move detect_leaks to common flags. llvm-svn: 186821
* [sanitizer] Move log_path to common flag and use it in MSan.Evgeniy Stepanov2013-06-251-0/+2
| | | | llvm-svn: 184836
* [sanitizer] ioctl interceptor.Evgeniy Stepanov2013-06-071-0/+2
| | | | | | | ASan: disabled by default MSan: enabled by default TSan: disabled llvm-svn: 183517
* [asan] Common flags in ASan.Sergey Matveev2013-05-061-0/+23
| | | | | | | Some flags that are common to ASan/MSan/TSan/LSan have been moved to sanitizer_common. llvm-svn: 181193
* [Sanitizer] fix CMake buildAlexey Samsonov2012-07-101-1/+1
| | | | llvm-svn: 159988
* [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ↵Alexey Samsonov2012-07-091-0/+27
common runtime. llvm-svn: 159928
OpenPOWER on IntegriCloud