]> granicus.if.org Git - clang/commit
[analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are looking...
authorTed Kremenek <kremenek@apple.com>
Mon, 25 Feb 2013 07:37:18 +0000 (07:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 25 Feb 2013 07:37:18 +0000 (07:37 +0000)
commit6c5038cf8486d92ae53bf4513141bd40a5ae0734
tree3b26501c423c560d944b713fcaf115a7d7d85197
parent4e9c0854382d37325771b50f6cf899a75119fa24
[analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are looking for is always a VarRegion.

This was triggering assertion failures when analyzing the LLVM codebase.  This
is fallout from r175988.

I've got delta chewing away on a test case, but I wanted the fix to go
in now.

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