================ Comment at: clang-replace/ApplyReplacements.h:87 @@ -84,1 +86,3 @@ + clang::SourceManager &SM, + llvm::StringMap<std::string> *OutputState = 0); ---------------- I'd rather split up this function into one that does the applyAllReplacments (which is in-memory) and one that then saves all the buffers.
http://llvm-reviews.chandlerc.com/D1519 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
