From: Chris Lattner Date: Thu, 16 Apr 2009 03:27:53 +0000 (+0000) Subject: implement -Wno-#warnings etc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ac9ffc9f0c07671211484385ab00e4337f27895;p=clang implement -Wno-#warnings etc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69259 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td index 0ae3b3f8b3..32ce9e383e 100644 --- a/include/clang/Basic/DiagnosticLexKinds.td +++ b/include/clang/Basic/DiagnosticLexKinds.td @@ -84,7 +84,7 @@ def warn_hex_escape_too_large : ExtWarn<"hex escape sequence out of range">; //===----------------------------------------------------------------------===// // Preprocessor Diagnostics //===----------------------------------------------------------------------===// -def pp_hash_warning : Warning<"#warning%0">; +def pp_hash_warning : Warning<"#warning%0">, InGroup>; def pp_include_next_in_primary : Warning< "#include_next in primary source file">; def pp_include_macros_out_of_predefines : Error<