]> granicus.if.org Git - clang/commit
StoreManagers: Use 'hasGlobalsStorage()' and 'hasParametersStorage()' instead of
authorTed Kremenek <kremenek@apple.com>
Thu, 2 Jul 2009 18:25:09 +0000 (18:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 2 Jul 2009 18:25:09 +0000 (18:25 +0000)
commit1508636e99faddf569a57fce82c0fb3aa2124396
tree3d8f24c32bb955b8cea5cf2b386ed44527b3ae00
parentd05552a21377f493c882298c59e8829040b01d34
StoreManagers: Use 'hasGlobalsStorage()' and 'hasParametersStorage()' instead of
directly consulting if a VarDecl is an implicit or actual parameter, a global,
etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74716 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/MemRegion.h
lib/Analysis/BasicStore.cpp
lib/Analysis/MemRegion.cpp
lib/Analysis/RegionStore.cpp