Skip to content
Snippets Groups Projects
Commit 3a39a986 authored by Joey Gouly's avatar Joey Gouly
Browse files

Fix typo in comment.

Thanks Artyom Skrobov!

llvm-svn: 187588
parent 0f242bea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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