summaryrefslogtreecommitdiff
path: root/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAge
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* Fix driver warning about -shared-libasan on Android.Evgeniy Stepanov2014-06-05
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-17
* Add support for dynamic ASan runtime (on Linux) to Clang driver.Alexey Samsonov2014-04-01
* Kill deprecated -fbounds-checking flagAlexey Samsonov2014-03-21
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-20
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-20
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-01
* Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith2013-10-22
* Enable -fsanitize=use-after-return by default under -fsanitize=addressKostya Serebryany2013-09-23
* Re-apply r188666Alexey Samsonov2013-08-19
* Revert r188666: it breaks the buildbotsAlexey Samsonov2013-08-19
* Fix PR16768: properly report malformed sanitizer blacklist file contentsAlexey Samsonov2013-08-19
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-19
* Add support for -fsanitize-blacklist and default blacklists for DFSan.Peter Collingbourne2013-08-14
* Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not neededAlexey Samsonov2013-08-09
* Make SanitizerArgs parsing toolchain-independentAlexey Samsonov2013-08-09
* Factor out parsing sanitizer arguments to a separate functionAlexey Samsonov2013-08-08
* Move SanitizerArgs implementation from .h to .cppAlexey Samsonov2013-08-08