From: Benjamin Kramer Date: Sun, 18 Mar 2012 13:01:31 +0000 (+0000) Subject: An error can't be in a warning group. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=359487b68633a65c3e87a2146e0706fa5ae27d19;p=clang An error can't be in a warning group. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153012 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td index c6d26a069f..26c0a20d2a 100644 --- a/include/clang/Basic/DiagnosticLexKinds.td +++ b/include/clang/Basic/DiagnosticLexKinds.td @@ -229,8 +229,7 @@ def warn_pp_convert_rhs_to_positive : Warning< def ext_pp_import_directive : Extension<"#import is a language extension">, InGroup>; def err_pp_import_directive_ms : Error< - "#import of type library is an unsupported Microsoft feature">, - InGroup; + "#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<