LG (with nit ;)
================ Comment at: clang-replace/ApplyReplacements.h:85 @@ -82,2 +84,3 @@ bool applyReplacements(const FileToReplacementsMap &GroupedReplacements, - clang::SourceManager &SM); + clang::Rewriter &DestRewriter); + ---------------- I'd just call it Rewriter. I think "Dest" is implied in the non-constness. http://llvm-reviews.chandlerc.com/D1519 BRANCH apply-in-mem ARCANIST PROJECT clang-tools-extra _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
