]> granicus.if.org Git - clang/commit
Fix insidious RegionStore bug where we (a) didn't handle vector types and (b) had
authorTed Kremenek <kremenek@apple.com>
Thu, 10 May 2012 22:02:39 +0000 (22:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 10 May 2012 22:02:39 +0000 (22:02 +0000)
commit8667052a53a47a6290dc9ae98e5c3d9277df5f4a
treea1ae35b07b03619cdac465a6ec9fa34a64e8bb5e
parentb3b1ae85757a8722caccb742b73ca31b4b53bb0a
Fix insidious RegionStore bug where we (a) didn't handle vector types and (b) had
a horrible bug in GetLazyBindings where we falsely appended a field suffix when traversing 3 or more
layers of lazy bindings.  I don't have a reduced test case yet; but I have added the original source
to an internal regression test suite.  I'll see about coming up with a reduced test case.

Fixes <rdar://problem/11405978> (for real).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156580 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/RegionStore.cpp