summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-07-23 00:36:52 +0000
committerAnna Zaks <ganna@apple.com>2011-07-23 00:36:52 +0000
commit588e129989019600de23697825c533f54cdb21ae (patch)
tree97e4bd08708f4c30ac580264c336d68d547edb84
parent1cabe54fab4a3cc0d2752bd3cf4fffde8be1883e (diff)
downloadbcm5719-llvm-588e129989019600de23697825c533f54cdb21ae.tar.gz
bcm5719-llvm-588e129989019600de23697825c533f54cdb21ae.zip
Add ext_backslash_newline_eof to Wnewline-eof group.
llvm-svn: 135830
-rw-r--r--clang/include/clang/Basic/DiagnosticLexKinds.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticLexKinds.td b/clang/include/clang/Basic/DiagnosticLexKinds.td
index b93912213ab..d260d3158c4 100644
--- a/clang/include/clang/Basic/DiagnosticLexKinds.td
+++ b/clang/include/clang/Basic/DiagnosticLexKinds.td
@@ -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">;
OpenPOWER on IntegriCloud