]> granicus.if.org Git - clang/commitdiff
Add ext_backslash_newline_eof to Wnewline-eof group.
authorAnna Zaks <ganna@apple.com>
Sat, 23 Jul 2011 00:36:52 +0000 (00:36 +0000)
committerAnna Zaks <ganna@apple.com>
Sat, 23 Jul 2011 00:36:52 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135830 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticLexKinds.td

index b93912213ab80256644b9f3300351e8047e8a868..d260d3158c4c1c446aced12d27cb043f95e14d86 100644 (file)
@@ -40,7 +40,8 @@ def ext_bcpl_comment : Extension<
   InGroup<Comment>;
 def ext_no_newline_eof : Extension<"no newline at end of file">, 
   InGroup<DiagGroup<"newline-eof">>;
-def ext_backslash_newline_eof : Extension<"backslash-newline at end of file">;
+def ext_backslash_newline_eof : Extension<"backslash-newline at end of file">,
+  InGroup<DiagGroup<"newline-eof">>;
 def ext_dollar_in_identifier : Extension<"'$' in identifier">;
 def charize_microsoft_ext : Extension<"@# is a microsoft extension">;