[cfe-commits] r136165 - /cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td

Anna Zaks ganna at apple.com
Tue Jul 26 15:34:49 PDT 2011


Author: zaks
Date: Tue Jul 26 17:34:49 2011
New Revision: 136165

URL: http://llvm.org/viewvc/llvm-project?rev=136165&view=rev
Log:
Remove unused diagnostic definition.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td?rev=136165&r1=136164&r2=136165&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td Tue Jul 26 17:34:49 2011
@@ -40,8 +40,6 @@
   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">,
-  InGroup<DiagGroup<"newline-eof">>;
 def ext_dollar_in_identifier : Extension<"'$' in identifier">;
 def charize_microsoft_ext : Extension<"@# is a microsoft extension">;
 





More information about the cfe-commits mailing list