diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-03-18 21:16:16 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-03-18 21:16:16 +0000 |
commit | 4a330b7ec134101a52d9ce0b3631008257859950 (patch) | |
tree | e6909593f8ad4c2f064866e55b47751ea687ca70 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 8fd3c5933d1090f6e799aaa8402a73614a2508ae (diff) | |
download | bcm5719-llvm-4a330b7ec134101a52d9ce0b3631008257859950.tar.gz bcm5719-llvm-4a330b7ec134101a52d9ce0b3631008257859950.zip |
Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting
declarations for controlling groups of warnings. Currently this transforms:
def UnusedMacrosDiags : Option<"unused-macros", [pp_macro_not_used]>;
into:
static const diag::kind UnusedMacrosDiags[] = { diag::pp_macro_not_used };
llvm-svn: 67239
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions