diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2014-10-15 19:57:45 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-10-15 19:57:45 +0000 |
commit | 8d043e82ef1179fed1d3d85171905c55bda7312f (patch) | |
tree | 25fb71f5b38e28f2818c4c4eb8b5e18144923bbf /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | aac82c4849ec487c523e9cdaff4fadb65f4cf6e2 (diff) | |
download | llvm-8d043e82ef1179fed1d3d85171905c55bda7312f.zip llvm-8d043e82ef1179fed1d3d85171905c55bda7312f.tar.gz llvm-8d043e82ef1179fed1d3d85171905c55bda7312f.tar.bz2 |
Move SanitizerBlacklist to clangBasic. NFC.
This change moves SanitizerBlacklist.h from lib/CodeGen
to public Clang headers in include/clang/Basic. SanitizerBlacklist
is currently only used in CodeGen to decide which functions/modules
should be instrumented, but this will soon change as ASan will
optionally modify class layouts during AST construction
(http://reviews.llvm.org/D5687). We need blacklist machinery
to be available at this point.
llvm-svn: 219840
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions