[cfe-commits] r119477 - /cfe/trunk/lib/Checker/GRCXXExprEngine.cpp
Zhongxing Xu
xuzhongxing at gmail.com
Tue Nov 16 23:21:49 PST 2010
Author: zhongxingxu
Date: Wed Nov 17 01:21:49 2010
New Revision: 119477
URL: http://llvm.org/viewvc/llvm-project?rev=119477&view=rev
Log:
Remove comments. We are already doing actual method call by inlining it.
Modified:
cfe/trunk/lib/Checker/GRCXXExprEngine.cpp
Modified: cfe/trunk/lib/Checker/GRCXXExprEngine.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Checker/GRCXXExprEngine.cpp?rev=119477&r1=119476&r2=119477&view=diff
==============================================================================
--- cfe/trunk/lib/Checker/GRCXXExprEngine.cpp (original)
+++ cfe/trunk/lib/Checker/GRCXXExprEngine.cpp Wed Nov 17 01:21:49 2010
@@ -193,9 +193,6 @@
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);
More information about the cfe-commits
mailing list