]> granicus.if.org Git - clang/commit
Fix broken CFG when an initializer is a statement expression that starts with a while...
authorTed Kremenek <kremenek@apple.com>
Thu, 22 Mar 2012 05:57:43 +0000 (05:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 22 Mar 2012 05:57:43 +0000 (05:57 +0000)
commit550f2234fc9218914c325041067052342dfce553
tree5d84efc1c581f31ab583cff96013c6f53fe632f4
parent564f4c5664f552becbd05407611a92754c40e641
Fix broken CFG when an initializer is a statement expression that starts with a while loop (PR 12325).

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