]> granicus.if.org Git - clang/commit
Change the wording of the extension warning from
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 24 Sep 2012 18:19:21 +0000 (18:19 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 24 Sep 2012 18:19:21 +0000 (18:19 +0000)
commite3b136bd873508c9ac0ee6eba98c2a810a177eba
treee1320e729e8a781d5a2694c9839cdc387814f7e9
parent70e5b575e187beb10f4a10667d9f4f5227131c40
Change the wording of the extension warning from
> 'long long' is an extension when C99 mode is not enabled
to
> 'long long' is a C++11 extension
while compiling in C++98 mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164545 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCommonKinds.td
lib/Lex/PPExpressions.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaType.cpp
test/Lexer/long-long.cpp [new file with mode: 0644]
test/Sema/c89-2.c [deleted file]
test/Sema/c89.c
test/SemaCXX/constant-expression.cpp
test/SemaCXX/cxx98-compat-pedantic.cpp