Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. | Sergey Matveev | 2013-07-22 | 1 | -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 Stepanov | 2013-06-25 | 1 | -0/+2 | |
| | | | | llvm-svn: 184836 | |||||
* | [sanitizer] ioctl interceptor. | Evgeniy Stepanov | 2013-06-07 | 1 | -0/+2 | |
| | | | | | | | ASan: disabled by default MSan: enabled by default TSan: disabled llvm-svn: 183517 | |||||
* | [asan] Common flags in ASan. | Sergey Matveev | 2013-05-06 | 1 | -0/+23 | |
| | | | | | | | Some flags that are common to ASan/MSan/TSan/LSan have been moved to sanitizer_common. llvm-svn: 181193 | |||||
* | [Sanitizer] fix CMake build | Alexey Samsonov | 2012-07-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 159988 | |||||
* | [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ↵ | Alexey Samsonov | 2012-07-09 | 1 | -0/+27 | |
common runtime. llvm-svn: 159928 |