]> granicus.if.org Git - clang/commit
Fix static analyzer crash on code taking the address of a field. Fixes PR 11146.
authorTed Kremenek <kremenek@apple.com>
Thu, 22 Mar 2012 21:42:31 +0000 (21:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 22 Mar 2012 21:42:31 +0000 (21:42 +0000)
commit5aac0b6ae95f137b1783f3e6227241fb457b8f8b
tree5383ff9509cccf706c2301c1ac4c61cc7bec1f57
parent638e2d31fceed041e7e16aada4188c94cb5797bb
Fix static analyzer crash on code taking the address of a field.  Fixes PR 11146.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153283 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
lib/StaticAnalyzer/Core/ExprEngine.cpp
test/Analysis/misc-ps-region-store.cpp