]> granicus.if.org Git - clang/commit
[analyzer] Remove recursive visitation in ExprEngine::VisitObjCForCollectionStmt...
authorTed Kremenek <kremenek@apple.com>
Fri, 29 Jul 2011 21:18:35 +0000 (21:18 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 29 Jul 2011 21:18:35 +0000 (21:18 +0000)
commit70a34da7a767bda69958d8f659de9f87b03de747
treee75736bb042786576f56d1542a4ffd05f1dd8352
parent4410a935e8d8ee3c903b858bbf74ca24fce629b5
[analyzer] Remove recursive visitation in ExprEngine::VisitObjCForCollectionStmt because it isn't needed anymore.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136519 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/StaticAnalyzer/Core/ExprEngine.cpp