]> granicus.if.org Git - clang/commit
Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for terminators.
authorTed Kremenek <kremenek@apple.com>
Sat, 8 Mar 2014 02:22:29 +0000 (02:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 8 Mar 2014 02:22:29 +0000 (02:22 +0000)
commit8ab397363b671a35798de8fd7e029c1a5170b4ec
treedb16e434391e8e28b5e6d39e880a5dc41d86a846
parent0e611db8c57d2a108902de49dbb1def36175fa3d
Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for terminators.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203335 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CFG.h
lib/Analysis/CFG.cpp
test/Analysis/temp-obj-dtors-cfg-output.cpp