implement -Wno-#warnings etc.

llvm-svn: 69259
This commit is contained in:
Chris Lattner 2009-04-16 03:27:53 +00:00
parent 0a40ad93a9
commit 169fd70999
1 changed files with 1 additions and 1 deletions

View File

@ -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<DiagGroup<"#warnings">>;
def pp_include_next_in_primary : Warning<
"#include_next in primary source file">;
def pp_include_macros_out_of_predefines : Error<