]> granicus.if.org Git - clang/commit
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:26:15 +0000 (06:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:26:15 +0000 (06:26 +0000)
commit66c486f275531df6362b3511fc3af6563561801b
tree9791eb99f6150eb0cb83f86533edb035bdf01d5c
parent3b1df8bb941a18c4a7256d7cfcbccb9de7e39995
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Also rename 'getCurrentBlockCounter()' to 'blockCount()'.

This ripples a bunch of code simplifications; mostly aesthetic,
but makes the code a bit tighter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162349 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/Analysis/CFG.cpp
lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/StreamChecker.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineC.cpp
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
lib/StaticAnalyzer/Core/ExprEngineObjC.cpp