From: Francois Pichet Date: Mon, 17 Jan 2011 00:56:42 +0000 (+0000) Subject: Revert r123600. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a8184819f6aec673e0b90f5ba967f075063521;p=clang Revert r123600. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123607 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index c412ad593d..f4cc7deedf 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -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; def err_enumerator_wrapped : Error<