]> granicus.if.org Git - clang/commit
Makes most methods in SVals.h conform to the naming guide. Reviewed
authorZhanyong Wan <wan@google.com>
Wed, 16 Feb 2011 21:13:32 +0000 (21:13 +0000)
committerZhanyong Wan <wan@google.com>
Wed, 16 Feb 2011 21:13:32 +0000 (21:13 +0000)
commit7dfc9420babe83e236a47e752f8723bd06070d9d
treefd5184bcf498744899117777eecc9df7ace6d122
parentd24eda8ad42bea6b36400d5505f67a7917d65652
Makes most methods in SVals.h conform to the naming guide.  Reviewed
by kremenek.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125687 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
include/clang/StaticAnalyzer/Core/PathSensitive/GRState.h
include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
lib/StaticAnalyzer/Checkers/ExprEngine.cpp
lib/StaticAnalyzer/Core/BasicStore.cpp
lib/StaticAnalyzer/Core/BasicValueFactory.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/CFRefCount.cpp
lib/StaticAnalyzer/Core/GRState.cpp
lib/StaticAnalyzer/Core/ObjCMessage.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/SValBuilder.cpp
lib/StaticAnalyzer/Core/SVals.cpp
lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
lib/StaticAnalyzer/Core/SymbolManager.cpp