[cfe-commits] r44922 - /cfe/trunk/Parse/ParseStmt.cpp
Chris Lattner
sabre at nondot.org
Tue Dec 11 22:54:27 PST 2007
Author: lattner
Date: Wed Dec 12 00:54:22 2007
New Revision: 44922
URL: http://llvm.org/viewvc/llvm-project?rev=44922&view=rev
Log:
remove todo
Modified:
cfe/trunk/Parse/ParseStmt.cpp
Modified: cfe/trunk/Parse/ParseStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Parse/ParseStmt.cpp?rev=44922&r1=44921&r2=44922&view=diff
==============================================================================
--- cfe/trunk/Parse/ParseStmt.cpp (original)
+++ cfe/trunk/Parse/ParseStmt.cpp Wed Dec 12 00:54:22 2007
@@ -1075,6 +1075,5 @@
// Leave the function body scope.
ExitScope();
- // TODO: Pass argument information.
return Actions.ActOnFinishFunctionBody(Decl, FnBody.Val);
}
More information about the cfe-commits
mailing list