Skip to content
Commit 4a330b7e authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent 8fd3c593
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment