]> granicus.if.org Git - clang/commit
[analyzer] Don't crash when a construction is followed by an uninitialized variable.
authorJordan Rose <jordan_rose@apple.com>
Tue, 29 Apr 2014 01:56:12 +0000 (01:56 +0000)
committerJordan Rose <jordan_rose@apple.com>
Tue, 29 Apr 2014 01:56:12 +0000 (01:56 +0000)
commitc4b0c452d71edc03d9c447eeb305db13d789747b
treeb9b495b2d766a5bdc2021d47d3b4e641cb182aa7
parent31557758c6e720e0fb9abb7260f3e439acde1259
[analyzer] Don't crash when a construction is followed by an uninitialized variable.

This could happen due to unfortunate CFG coincidences.

PR19579

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207486 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
test/Analysis/ctor.mm