]> granicus.if.org Git - clang/commitdiff
Revert r123600.
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 17 Jan 2011 00:56:42 +0000 (00:56 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 17 Jan 2011 00:56:42 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123607 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index c412ad593d1caa47531c712542857fe6ca36dda0..f4cc7deedfc8f2e3caf16c50617154b72d7e4c09 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 : Extension<
+def ext_enumerator_too_large : ExtWarn<
   "enumerator value is not representable in the underlying type %0">,
   InGroup<Microsoft>;
 def err_enumerator_wrapped : Error<