]> granicus.if.org Git - clang/commit
Evaluation support for ExprWithCleanups. We won't evaluate any expression which
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 19 Dec 2011 22:12:41 +0000 (22:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 19 Dec 2011 22:12:41 +0000 (22:12 +0000)
commitbc6abe93a5d6b1305411f8b6f54c2caa686ddc69
tree7c61217bca04a01daaa873f5b16847788ac4e5fc
parentaf2c7a194592401394233b7cbcdd3cfd0a7a38dd
Evaluation support for ExprWithCleanups. We won't evaluate any expression which
actually requires non-trivial cleanups, so no cleanups need to be performed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146916 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx11.cpp