]> granicus.if.org Git - clang/commit
Fix another -Wuninitialized assertion failure (this one involving bit casts) resultin...
authorTed Kremenek <kremenek@apple.com>
Mon, 8 Aug 2011 21:43:08 +0000 (21:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 8 Aug 2011 21:43:08 +0000 (21:43 +0000)
commitde091aeb4658e986ed8fa5fbce7ab35ef2ae26ec
treeca64e962caff5c5b2c77e26c1785323fc4e505d7
parent5d8c062b8c1e5d42ecfa3c6ad52cf71c966516f0
Fix another -Wuninitialized assertion failure (this one involving bit casts) resulting from the recent -Wuninitialized changes.

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