summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -link-cxx-sanitizer driver flag.Alexey Samsonov2014-08-081-4/+5
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-1/+1
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-131-13/+0
* Fix driver warning about -shared-libasan on Android.Evgeniy Stepanov2014-06-051-2/+2
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-171-1/+1
* Add support for dynamic ASan runtime (on Linux) to Clang driver.Alexey Samsonov2014-04-011-1/+6
* Kill deprecated -fbounds-checking flagAlexey Samsonov2014-03-211-11/+1
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-201-8/+25
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-37/+5
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-161-19/+2
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+0
* 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