Author: lattner
Date: Wed Apr 15 22:27:53 2009
New Revision: 69259

URL: http://llvm.org/viewvc/llvm-project?rev=69259&view=rev
Log:
implement -Wno-#warnings etc.

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=69259&r1=69258&r2=69259&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td Wed Apr 15 22:27:53 2009
@@ -84,7 +84,7 @@
 
//===----------------------------------------------------------------------===//
 // Preprocessor Diagnostics
 
//===----------------------------------------------------------------------===//
-def pp_hash_warning : Warning<"#warning%0">;
+def pp_hash_warning : Warning<"#warning%0">, InGroup<DiagGroup<"#warnings">>;
 def pp_include_next_in_primary : Warning<
   "#include_next in primary source file">;
 def pp_include_macros_out_of_predefines : Error<


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to