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

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