/// 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