]> granicus.if.org Git - clang/commit
Constify the result of CFGStmt::getStmt().
authorTed Kremenek <kremenek@apple.com>
Tue, 23 Aug 2011 23:05:04 +0000 (23:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 23 Aug 2011 23:05:04 +0000 (23:05 +0000)
commitf1d10d939739f1a4544926d807e4f0f9fb64be61
tree3bcc6c1da0d4b78889641dd0a5fea471ecbe355e
parent8ed557991fe8d51eb27e6c439030ec6ef93a2b8f
Constify the result of CFGStmt::getStmt().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138408 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CFG.h
lib/Analysis/CFG.cpp
lib/Analysis/CFGStmtMap.cpp
lib/Analysis/LiveVariables.cpp
lib/Analysis/UninitializedValues.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp