summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.h
Commit message (Expand)AuthorAgeFilesLines
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-129/+0
* Make SanitizerArgs parsing toolchain-independentAlexey Samsonov2013-08-091-7/+13
* Factor out parsing sanitizer arguments to a separate functionAlexey Samsonov2013-08-081-0/+4
* Move SanitizerArgs implementation from .h to .cppAlexey Samsonov2013-08-081-138/+14
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-071-1/+3
* Add -fno-assume-sane-operator-new when building with MSan.Evgeniy Stepanov2013-06-201-2/+6
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-8/+14
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-2/+2
* Add -fsanitize=leak to driver options.Sergey Matveev2013-05-271-0/+5
* Extend default blacklist logic to MSan and TSan.Evgeniy Stepanov2013-05-201-3/+9
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-091-2/+6
* [ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov2013-03-191-3/+9
* ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...Richard Smith2013-02-231-1/+1
* [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