summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Sanitizers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tweak r355278 for compatibility with gcc 6 and earlier.James Y Knight2019-03-021-1/+1
* Tweak r355278 for compatibility with gcc 6 and earlier.James Y Knight2019-03-021-2/+2
* Make the new SanitizerMask code added in r355190 constexpr.James Y Knight2019-03-021-0/+8
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-03-011-2/+13
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-261-13/+2
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-261-2/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-03-281-3/+2
* Pull trivial SanitizerSet methods into the header.Benjamin Kramer2015-07-141-25/+0
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-0/+4
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-171-6/+0
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-171-0/+6
* Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne2015-05-111-0/+22
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-9/+10
* [Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov2014-11-141-0/+4
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-0/+31
OpenPOWER on IntegriCloud