]> granicus.if.org Git - clang/commit
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'
authorTed Kremenek <kremenek@apple.com>
Fri, 14 Jan 2011 20:34:15 +0000 (20:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 14 Jan 2011 20:34:15 +0000 (20:34 +0000)
commitdb0594bfc013131f88429add4eb653c285fa94fb
tree59a777a9a0c80f939f021c90db0061cba47b3ed3
parent2ccf047adf877f5e821210b1ce1a2c8289acadc0
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123460 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h
include/clang/StaticAnalyzer/PathSensitive/Environment.h
include/clang/StaticAnalyzer/PathSensitive/GRState.h
include/clang/StaticAnalyzer/PathSensitive/Store.h
lib/StaticAnalyzer/BasicConstraintManager.cpp
lib/StaticAnalyzer/BasicStore.cpp
lib/StaticAnalyzer/Checkers/ExprEngine.cpp
lib/StaticAnalyzer/Environment.cpp
lib/StaticAnalyzer/FlatStore.cpp
lib/StaticAnalyzer/GRState.cpp
lib/StaticAnalyzer/RangeConstraintManager.cpp
lib/StaticAnalyzer/RegionStore.cpp