]> granicus.if.org Git - clang/commit
constexpr: overflow checking for integral and floating-point arithmetic.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 1 Feb 2012 05:53:12 +0000 (05:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 1 Feb 2012 05:53:12 +0000 (05:53 +0000)
commit7b48a2986345480241f3b8209f71bb21b0530b4f
tree6b8de705a3c6c110fcb3dbc6c12a62d6799d6ad5
parentb223d8c4266655fe7a9491a0aff0263597672823
constexpr: overflow checking for integral and floating-point arithmetic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149473 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticASTKinds.td
lib/AST/ExprConstant.cpp
test/CXX/expr/expr.const/p2-0x.cpp