]> granicus.if.org Git - clang/commit
Fix CFG for temporary dtors when the branch taken is known.
authorManuel Klimek <klimek@google.com>
Thu, 7 Aug 2014 17:02:21 +0000 (17:02 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 7 Aug 2014 17:02:21 +0000 (17:02 +0000)
commit4bf775203e8bb64f66f47112317fd86c7c354cb4
treed76749aa45d3b0e07f6bbfd1fd808ce8735bf93f
parentc8f9454fb468fdef89e0056322ef6e18fc7cd1c2
Fix CFG for temporary dtors when the branch taken is known.

Use the parent context when visiting temporaries when we do not insert a
temporary dtor decision branch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215120 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFG.cpp
test/SemaCXX/return-noreturn.cpp