]> granicus.if.org Git - clang/commit
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)
commit03ce5f8c68f55405db6001e82bdb18581d0dadce
treeab64693986ec8741178fa783bf1ed1a442904aa3
parent532870f537380552af50f603579913bf9dae1443
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187025 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticASTKinds.td
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/constant-expression-cxx1y.cpp
test/SemaCXX/i-c-e-cxx.cpp
www/cxx_status.html