From: Chris Lattner Date: Fri, 3 Oct 2008 23:31:37 +0000 (+0000) Subject: add a disclaimer X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a02344d9b45db3719adabf8118887253fe944e4;p=clang add a disclaimer git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57038 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Rewrite/Rewriter.h b/include/clang/Rewrite/Rewriter.h index 9a579f1263..59ed5d826b 100644 --- a/include/clang/Rewrite/Rewriter.h +++ b/include/clang/Rewrite/Rewriter.h @@ -138,7 +138,10 @@ public: /// getRewritenText - Return the rewritten form of the text in the specified /// range. If the start or end of the range was unrewritable or if they are - /// in different buffers, this returns an empty string. + /// in different buffers, this returns an empty string. + /// + /// Note that this method is not particularly efficient. + /// std::string getRewritenText(SourceRange Range) const; /// InsertText - Insert the specified string at the specified location in the