]> granicus.if.org Git - clang/commit
Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:37:46 +0000 (06:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:37:46 +0000 (06:37 +0000)
commit56a46b51df691f857f7120aaf2d4deeff0b014de
tree54b8c71b79e55f219b90b0f27079b3dbb2c31d53
parent66c486f275531df6362b3511fc3af6563561801b
Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to
'killBinding()'.  The name is more specific, and one just forwarded
to the other.

Add some doxygen comments along the way.

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