]> granicus.if.org Git - clang/commit
Add a missing check before trying to evaluate a temporary. PR11595.
authorEli Friedman <eli.friedman@gmail.com>
Sat, 17 Dec 2011 02:24:21 +0000 (02:24 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 17 Dec 2011 02:24:21 +0000 (02:24 +0000)
commitf59ff8c777379bd54137853a58c58b72fb869152
treebf896606799583e62e6ad1847fbcf5ecd53b0410
parentd7dd7755fc5092c69f492d6f32cb0e34e63c6a53
Add a missing check before trying to evaluate a temporary.  PR11595.

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