summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-43/+108
* Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith2013-10-221-2/+2
* 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