Provide extra information in the "integer constant is too large" diagnostic. This...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 14:08:09 +0000 (14:08 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 14:08:09 +0000 (14:08 +0000)
commit446867ee4e831ba8df0bbe46762e57b20993c035
tree79b5881d2daec4bfff4762860278b4a19a4dbd1e
parentcb5bf58f3d04124667ceb33153fbf54e8c43d4cb
Provide extra information in the "integer constant is too large" diagnostic. This will be used to improve other diagnostics.

llvm-svn: 213657
clang/include/clang/Basic/DiagnosticCommonKinds.td
clang/lib/Lex/PPExpressions.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/CXX/lex/lex.literal/lex.ext/p3.cpp
clang/test/Lexer/constants.c
clang/test/Sema/128bitint.c