summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable -fsanitize=use-after-return by default under -fsanitize=addressKostya Serebryany2013-09-231-3/+3
* Re-apply r188666Alexey Samsonov2013-08-191-3/+13
* Revert r188666: it breaks the buildbotsAlexey Samsonov2013-08-191-13/+3
* Fix PR16768: properly report malformed sanitizer blacklist file contentsAlexey Samsonov2013-08-191-3/+13
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-8/+2
* Add support for -fsanitize-blacklist and default blacklists for DFSan.Peter Collingbourne2013-08-141-0/+3
* Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not neededAlexey Samsonov2013-08-091-0/+2
* Make SanitizerArgs parsing toolchain-independentAlexey Samsonov2013-08-091-21/+31
* Factor out parsing sanitizer arguments to a separate functionAlexey Samsonov2013-08-081-6/+18
* Move SanitizerArgs implementation from .h to .cppAlexey Samsonov2013-08-081-0/+293
OpenPOWER on IntegriCloud