forked from OSchip/llvm-project
Fix typo in comment.
Thanks Artyom Skrobov! llvm-svn: 187588
This commit is contained in:
parent
0f242bea10
commit
3a39a98669
|
@ -485,7 +485,7 @@ def Pedantic : DiagGroup<"pedantic">;
|
|||
|
||||
// Aliases.
|
||||
def : DiagGroup<"", [Extra]>; // -W = -Wextra
|
||||
def : DiagGroup<"endif-labels", [ExtraTokens]>; // -Wendif-labels=-Wendif-tokens
|
||||
def : DiagGroup<"endif-labels", [ExtraTokens]>; // -Wendif-labels=-Wextra-tokens
|
||||
def : DiagGroup<"comments", [Comment]>; // -Wcomments = -Wcomment
|
||||
def : DiagGroup<"conversion-null",
|
||||
[NullConversion]>; // -Wconversion-null = -Wnull-conversion
|
||||
|
|
Loading…
Reference in New Issue