]> granicus.if.org Git - clang/commit
PR13360: When deciding the earliest point which inevitably leads to an
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Jul 2012 23:33:44 +0000 (23:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Jul 2012 23:33:44 +0000 (23:33 +0000)
commit558e8872b364b43ab9f201dd6b2df9a5b74b0542
treedf66d11f666ecda5beeeb8ea37bd5916479cd2cd
parent0bab9da90f1e087dabe3aaf4e32ab99297d11017
PR13360: When deciding the earliest point which inevitably leads to an
uninitialized variable use, walk back over branches where we've reached all the
non-null successors, not just cases where we've reached all successors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160206 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/UninitializedValues.cpp
test/Analysis/uninit-sometimes.cpp