mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
A space in a diagnostic group is a bead idea.
llvm-svn: 144594
This commit is contained in:
parent
a498af2b1d
commit
02faa35477
@ -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">;
|
||||
|
Loading…
Reference in New Issue
Block a user