commit | 6d9a685d75b62a6e152b76a600794e72cbdde8a6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Oct 25 05:11:20 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Oct 25 05:11:20 2006 +0000 |
tree | 08a2620508356ea0e5cde2d9149c3bf7286ac512 | |
parent | b19f796e978d4224853bdff5465e9aeca76b8718 [diff] [blame] |
Make the driver print function bodies at -parse-print-ast llvm-svn: 39048
diff --git a/clang/Sema/Sema.cpp b/clang/Sema/Sema.cpp index e62de8b..fe833aa 100644 --- a/clang/Sema/Sema.cpp +++ b/clang/Sema/Sema.cpp
@@ -196,7 +196,7 @@ Action::StmtResult ASTBuilder::ParseReturnStmt(SourceLocation ReturnLoc, ExprTy *RetValExp) { - + return new ReturnStmt((Expr*)RetValExp); } //===--------------------------------------------------------------------===//