]> granicus.if.org Git - clang/commitdiff
Downgrade ext_enumerator_too_large from ExtWarn to Extension in Microsoft mode. Other...
authorFrancois Pichet <pichet2000@gmail.com>
Sun, 16 Jan 2011 21:44:17 +0000 (21:44 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sun, 16 Jan 2011 21:44:17 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123600 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index f4cc7deedfc8f2e3caf16c50617154b72d7e4c09..c412ad593d1caa47531c712542857fe6ca36dda0 100644 (file)
@@ -886,7 +886,7 @@ def err_enum_invalid_underlying : Error<
   "non-integral type %0 is an invalid underlying type">;
 def err_enumerator_too_large : Error<
   "enumerator value is not representable in the underlying type %0">;
-def ext_enumerator_too_large : ExtWarn<
+def ext_enumerator_too_large : Extension<
   "enumerator value is not representable in the underlying type %0">,
   InGroup<Microsoft>;
 def err_enumerator_wrapped : Error<