[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)
commit9db5f52c473a7a0860ac31ac567bb75d2b4b9c72
treed6faeb1d5e964a180dd8335acf732e2bd3823f3e
parent04fa9e3d80a9bfff23e373af329f3c655bc4ee29
[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.

llvm-svn: 176011
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp