[analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Sugges...
commit25a792b0361d80337c75a14320f5be1b210066dc
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Mar 2011 01:47:48 +0000 (1 01:47 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Mar 2011 01:47:48 +0000 (1 01:47 +0000)
tree18e406ada2e0b8655aeed2aaef188545a34cee3d
parent3b3e1a1e8b44842ac3f07999c0f1eb82f13ffae4
[analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Suggestion by Ted!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126734 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
lib/StaticAnalyzer/Core/SVals.cpp