summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/SanitizerBlacklist.h
Commit message (Expand)AuthorAgeFilesLines
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-1/+2
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-6/+2
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-2/+0
* Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.Alexey Samsonov2014-10-161-2/+6
* Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany2014-10-161-1/+2
* Remove one of SanitizerBlacklist::isIn() overloads. NFC.Alexey Samsonov2014-10-161-3/+3
* Move SanitizerBlacklist object from CodeGenModule to ASTContext.Alexey Samsonov2014-10-151-2/+2
* Move SanitizerBlacklist to clangBasic. NFC.Alexey Samsonov2014-10-151-0/+46