| commit | 0b15e34bd15e24d6f52bfc259a44e0d149cbf54b | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <vonosmas@gmail.com> | Wed Oct 15 22:17:27 2014 +0000 |
| committer | Alexey Samsonov <vonosmas@gmail.com> | Wed Oct 15 22:17:27 2014 +0000 |
| tree | cc9c6972c90ab959b68b370638b2849843cce2a5 | |
| parent | 026aa4962af114dc574f67dc211fb01ff23dc966 [diff] |
Move SanitizerBlacklist object from CodeGenModule to ASTContext. Soon we'll need to have access to blacklist before the CodeGen phase (see http://reviews.llvm.org/D5687), so parse and construct the blacklist earlier. llvm-svn: 219857