summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2011-01-17 00:56:42 +0000
committerFrancois Pichet <pichet2000@gmail.com>2011-01-17 00:56:42 +0000
commit834bfbf1474cf1e5b4259c4960df59c0ab7f896e (patch)
treef75d5467ffcfff0a9007b21ef1f8492ed602683d
parent11fdbbc1adf695ec4e45e5861dc256a18cde80f6 (diff)
downloadbcm5719-llvm-834bfbf1474cf1e5b4259c4960df59c0ab7f896e.tar.gz
bcm5719-llvm-834bfbf1474cf1e5b4259c4960df59c0ab7f896e.zip
Revert r123600.
llvm-svn: 123607
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index c412ad593d1..f4cc7deedfc 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/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<Microsoft>;
def err_enumerator_wrapped : Error<
OpenPOWER on IntegriCloud