]> granicus.if.org Git - clang/commitdiff
An error can't be in a warning group.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 18 Mar 2012 13:01:31 +0000 (13:01 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 18 Mar 2012 13:01:31 +0000 (13:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153012 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticLexKinds.td

index c6d26a069f8b34755646aa07ee6b5ab2f7cf07cf..26c0a20d2abf72328253b67a6ab6224ac18b4746 100644 (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<