]> granicus.if.org Git - clang/commit
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:26:06 +0000 (06:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:26:06 +0000 (06:26 +0000)
commit3b1df8bb941a18c4a7256d7cfcbccb9de7e39995
tree5945c4c615a8eb9a9542d9d0360ebc6211003149
parent32a549a64922af0903bdb777613ae7ae4490b70f
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.

No need to have the "get", the word "conjure" is a verb too!
Getting a conjured symbol is the same as conjuring one up.

This shortening is largely cosmetic, but just this simple changed
cleaned up a handful of lines, making them less verbose.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162348 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
lib/StaticAnalyzer/Checkers/CStringChecker.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
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/SValBuilder.cpp
lib/StaticAnalyzer/Core/SymbolManager.cpp