]> granicus.if.org Git - clang/commit
Constify all references to Stmt* and CFGBlock* in libChecker.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 20 Jul 2010 06:22:24 +0000 (06:22 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 20 Jul 2010 06:22:24 +0000 (06:22 +0000)
commit03509aea098772644bf4662dc1c88634818ceecc
tree9fafa05e7dc279d507f4886f9abf8f25a88b87c8
parent8111a6150cb68a238d55a31f9f4f90869a43f988
Constify all references to Stmt* and CFGBlock* in libChecker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108811 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/clang/Analysis/ProgramPoint.h
include/clang/Checker/PathSensitive/Checker.h
include/clang/Checker/PathSensitive/GRCoreEngine.h
include/clang/Checker/PathSensitive/GRExprEngine.h
include/clang/Checker/PathSensitive/GRSubEngine.h
include/clang/Checker/PathSensitive/GRTransferFuncs.h
include/clang/Checker/PathSensitive/GRWorkList.h
include/clang/Checker/PathSensitive/SVals.h
lib/Checker/BugReporter.cpp
lib/Checker/BugReporterVisitors.cpp
lib/Checker/CFRefCount.cpp
lib/Checker/GRCXXExprEngine.cpp
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRExprEngine.cpp
lib/Checker/UndefBranchChecker.cpp