[cfe-commits] r123607 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Francois Pichet pichet2000 at gmail.com
Sun Jan 16 16:56:43 PST 2011


Author: fpichet
Date: Sun Jan 16 18:56:42 2011
New Revision: 123607

URL: http://llvm.org/viewvc/llvm-project?rev=123607&view=rev
Log:
Revert r123600.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=123607&r1=123606&r2=123607&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sun Jan 16 18:56:42 2011
@@ -886,7 +886,7 @@
   "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<





More information about the cfe-commits mailing list