| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ASan] Improve blacklisting of global variables. | Alexey Samsonov | 2014-10-17 | 1 | -18/+3 |
| * | SanitizerBlacklist: blacklist functions by their source location. | Alexey Samsonov | 2014-10-17 | 1 | -6/+0 |
| * | Teach SanitizerBlacklist to blacklist by SourceLocation. NFC. | Alexey Samsonov | 2014-10-16 | 1 | -2/+9 |
| * | Insert poisoned paddings between fields in C++ classes so that AddressSanitiz... | Kostya Serebryany | 2014-10-16 | 1 | -2/+3 |
| * | Remove one of SanitizerBlacklist::isIn() overloads. NFC. | Alexey Samsonov | 2014-10-16 | 1 | -8/+12 |
| * | Move SanitizerBlacklist object from CodeGenModule to ASTContext. | Alexey Samsonov | 2014-10-15 | 1 | -0/+3 |
| * | Move SanitizerBlacklist to clangBasic. NFC. | Alexey Samsonov | 2014-10-15 | 1 | -0/+51 |

