]> granicus.if.org Git - clang/commit
Convert use of loc::SymbolVal and nonloc::SymbolVal to V.getAsSymbol(). This
authorTed Kremenek <kremenek@apple.com>
Mon, 30 Mar 2009 18:39:15 +0000 (18:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 30 Mar 2009 18:39:15 +0000 (18:39 +0000)
commit0297ee06ad4e4770628a7bff136d17147509ec6a
tree15a254c47950246ab0ff2ae0e35bbd4af6887e7b
parentf3929daf7f2223913e226686cd4078a73849057c
Convert use of loc::SymbolVal and nonloc::SymbolVal to V.getAsSymbol(). This
also makes this code more correct as it transparently handles SVals that wrapped
TypedViewRegions(SymbolicRegions).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68048 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BugReporter.cpp