An error can't be in a warning group.

llvm-svn: 153012
This commit is contained in:
Benjamin Kramer 2012-03-18 13:01:31 +00:00
parent f70a2bde45
commit 7377e31d21
1 changed files with 1 additions and 2 deletions

View File

@ -229,8 +229,7 @@ def warn_pp_convert_rhs_to_positive : Warning<
def ext_pp_import_directive : Extension<"#import is a language extension">,
InGroup<DiagGroup<"import-preprocessor-directive-pedantic">>;
def err_pp_import_directive_ms : Error<
"#import of type library is an unsupported Microsoft feature">,
InGroup<Microsoft>;
"#import of type library is an unsupported Microsoft feature">;
def ext_pp_ident_directive : Extension<"#ident is a language extension">;
def ext_pp_include_next_directive : Extension<