[PATCH] Adding a vector version of tooling::applyAllReplacements
Manuel Klimek
klimek at google.com
Tue Aug 13 09:42:10 PDT 2013
lg
================
Comment at: lib/Tooling/Refactoring.cpp:146
@@ -145,1 +145,3 @@
+// Duplicated from above but only because the std::set impl for Replacements
+// will be replaced by a vector impl anyway.
----------------
Please put // FIXME: in front of all comments that have instructions for the future.
http://llvm-reviews.chandlerc.com/D1380
BRANCH
vec_apply
ARCANIST PROJECT
clang
More information about the cfe-commits
mailing list