C++1y: track object lifetime during constexpr evaluation, and don't allow
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Jul 2013 07:11:57 +0000 (07:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Jul 2013 07:11:57 +0000 (07:11 +0000)
commit08d6a2cc7a58cfc0d04ed7215ab0b7b9d3193494
treeaba9062cfe5847e670b2ebc63058a173c480178e
parent6bcb34b180f7e7a89d72cdfd8dcf9e2acdb3d262
C++1y: track object lifetime during constexpr evaluation, and don't allow
objects to be used once their lifetimes end. This completes the C++1y
constexpr extensions.

llvm-svn: 187025
clang/include/clang/Basic/DiagnosticASTKinds.td
clang/lib/AST/ExprConstant.cpp
clang/test/SemaCXX/constant-expression-cxx11.cpp
clang/test/SemaCXX/constant-expression-cxx1y.cpp
clang/test/SemaCXX/i-c-e-cxx.cpp
clang/www/cxx_status.html