summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.h
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...Alexey Samsonov2013-02-191-0/+13
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-5/+13
* Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov2013-01-281-1/+1
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-201-1/+7
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-1/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-0/+5
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-031-1/+7
* Add -fsanitize=memory.Evgeniy Stepanov2012-12-031-0/+2
* This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov2012-11-291-2/+2
* Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...Alexey Samsonov2012-11-281-2/+62
* Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz2012-11-271-1/+1
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-231-1/+1
* Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...Alexey Samsonov2012-11-061-0/+106
OpenPOWER on IntegriCloud