From: Zhongxing Xu Date: Wed, 17 Nov 2010 07:21:49 +0000 (+0000) Subject: Remove comments. We are already doing actual method call by inlining it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75072f2093995eb7ae0c0fa03bd439bbe8429d97;p=clang 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 --- 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);