]> granicus.if.org Git - clang/commitdiff
A space in a diagnostic group is a bead idea.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 14 Nov 2011 23:44:04 +0000 (23:44 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 14 Nov 2011 23:44:04 +0000 (23:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144594 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticGroups.td

index 630410905c3dcccbe475a7fd76c3c454f68b5df3..e6dd6e86b9de2384afac173e2975f4afda725695 100644 (file)
@@ -129,7 +129,7 @@ def Padded : DiagGroup<"padded">;
 def PointerArith : DiagGroup<"pointer-arith">;
 def PoundWarning : DiagGroup<"#warnings">,
                    DiagCategory<"#warning Directive">;
-def PoundPragmaMessage : DiagGroup<"#pragma messages">,
+def PoundPragmaMessage : DiagGroup<"#pragma-messages">,
                          DiagCategory<"#pragma message Directive">;
 def : DiagGroup<"pointer-to-int-cast">;
 def : DiagGroup<"redundant-decls">;