aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Rewrite
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2010-02-05 16:43:40 +0000
committerFariborz Jahanian <fjahanian@apple.com>2010-02-05 16:43:40 +0000
commit88906cddbb1d5b3a868eeeec6cb170befc829c2f (patch)
tree1bd8e78dec2248cb33899c8ad41b09a16a521e27 /include/clang/Rewrite
parent90c1c58aa72fecb8c3211aa25d0ef726ca6bf876 (diff)
Some clean up of replacement text API no longer needed by
my recent changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Rewrite')
-rw-r--r--include/clang/Rewrite/Rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Rewrite/Rewriter.h b/include/clang/Rewrite/Rewriter.h
index e625b4a36e..1692180a6d 100644
--- a/include/clang/Rewrite/Rewriter.h
+++ b/include/clang/Rewrite/Rewriter.h
@@ -190,7 +190,7 @@ public:
/// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
/// printer to generate the replacement code. This returns true if the input
/// could not be rewritten, or false if successful.
- bool ReplaceStmt(Stmt *From, Stmt *To, int Size=0);
+ bool ReplaceStmt(Stmt *From, Stmt *To);
/// getRewriteBufferFor - Return the rewrite buffer for the specified FileID.
/// If no modification has been made to it, return null.