]> granicus.if.org Git - clang/commit
[analyzer] Rename Store::Retrieve() -> getBinding().
authorAnna Zaks <ganna@apple.com>
Thu, 12 Jan 2012 02:22:40 +0000 (02:22 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 12 Jan 2012 02:22:40 +0000 (02:22 +0000)
commit1437425a62dbf7bdb0a855d3ed3b05ed2019ec1e
tree499056507afbcccdb00763cc74736e5b2d86a858
parent1fb826a6fd893234f32b0b91bb92ea4d127788ad
[analyzer] Rename Store::Retrieve() -> getBinding().

+ all the other Retrieve..() methods + a comment for ElementRegion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148011 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp