aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/GRCXXExprEngine.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2010-11-17 07:21:49 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2010-11-17 07:21:49 +0000
commit75072f2093995eb7ae0c0fa03bd439bbe8429d97 (patch)
treeb2b88545c93d07337bed6e010486d8c39007be35 /lib/Checker/GRCXXExprEngine.cpp
parent0833dd0675c25cbb35671c7a2006d511d5c77ce3 (diff)
Remove comments. We are already doing actual method call by inlining it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119477 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/GRCXXExprEngine.cpp')
-rw-r--r--lib/Checker/GRCXXExprEngine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Checker/GRCXXExprEngine.cpp b/lib/Checker/GRCXXExprEngine.cpp
index 072c21e721..1954c2d5d9 100644
--- a/lib/Checker/GRCXXExprEngine.cpp
+++ b/lib/Checker/GRCXXExprEngine.cpp
@@ -193,9 +193,6 @@ void GRExprEngine::VisitCXXMemberCallExpr(const CXXMemberCallExpr *MCE,
SetupThis.Add(Builder->generateNode(Loc, state, *I));
}
- // FIXME: Perform the actual method call. Right now all we do is evaluate
- // the arguments.
-
// Perform post-visit.
CheckerVisit(MCE, Dst, /* FIXME: don't forget to update later */ SetupThis,
PostVisitStmtCallback);