summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-21 08:22:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-21 08:22:12 +0000
commit7cd830be364eaf98d9c9279e0d58b52dcde614c5 (patch)
tree70b30f77843de03d87bfddd01b0303fb6a8160b7 /include
parentf6d6a228b0faafdfd1cdffe865f47616b6cab7a8 (diff)
Fix refacto.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 818a682200..917b7fcf8a 100644
--- a/include/clang/Rewrite/Rewriter.h
+++ b/include/clang/Rewrite/Rewriter.h
@@ -167,7 +167,7 @@ public:
/// inserted after any other text that has been previously inserted
/// at the some point (the default behavior for InsertText).
bool InsertTextAfter(SourceLocation Loc, const llvm::StringRef &Str) {
- return InsertText(Loc, Str, false);
+ return InsertText(Loc, Str);
}
/// InsertText - Insert the specified string at the specified location in the