Adjust method calls to reflect name changes in
commit7fc4eae1aaaf767e8f5b454c2fdd0dd99d8cf130
authorTed Kremenek <kremenek@apple.com>
Wed, 24 Nov 2010 00:54:37 +0000 (24 00:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 24 Nov 2010 00:54:37 +0000 (24 00:54 +0000)
tree3aff1c30c5f276162a7544f9b9786275beea410a
parentd7f5b5e606b393118e32cb9dd9c62ffe3abe2540
Adjust method calls to reflect name changes in
ImmutableSet/ImmtuableMap/ImmutableList APIs.

Along the way, clean up some method names in
the static analyzer so that they are more
descriptive and/or start with lowercase letters.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120071 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/Checker/BugReporter/BugReporter.h
include/clang/Checker/PathSensitive/BasicValueFactory.h
include/clang/Checker/PathSensitive/Environment.h
include/clang/Checker/PathSensitive/GRStateTrait.h
lib/Checker/BasicConstraintManager.cpp
lib/Checker/BasicStore.cpp
lib/Checker/BugReporter.cpp
lib/Checker/CFRefCount.cpp
lib/Checker/CStringChecker.cpp
lib/Checker/Environment.cpp
lib/Checker/FlatStore.cpp
lib/Checker/GRBlockCounter.cpp
lib/Checker/GRState.cpp
lib/Checker/MallocChecker.cpp
lib/Checker/RangeConstraintManager.cpp
lib/Checker/RegionStore.cpp