]> granicus.if.org Git - clang/commit
Fixed crash with initializer lists and unnamed bitfields in the RegionStore
authorJim Goodnow II <jim@thegoodnows.net>
Wed, 16 Nov 2011 20:29:27 +0000 (20:29 +0000)
committerJim Goodnow II <jim@thegoodnows.net>
Wed, 16 Nov 2011 20:29:27 +0000 (20:29 +0000)
commite42a0ab77ca4ad5201591aac5679ef47a08af4b6
tree939f123a893f2a5c2782cac599e8456c095ce72c
parenta081da5e44600d02983d6562bed1b4fd61e410fd
Fixed crash with initializer lists and unnamed bitfields in the RegionStore
Manager. Added test to ensure proper binding of initialized values.
This patch fixes PR11249.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/RegionStore.cpp
test/Analysis/misc-ps-region-store.cpp