[PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 24 04:00:49 PDT 2016
ioeric added a comment.
@Daniel, now that Manuel is on vacation. Could you have a look at the patch?
================
Comment at: unittests/Tooling/RefactoringTest.cpp:206
@@ -169,3 +205,3 @@
TEST(ShiftedCodePositionTest, FindsNewCodePosition) {
Replacements Replaces;
Replaces.insert(Replacement("", 0, 1, ""));
----------------
The test case for format::getStyle has been moved to another patch.
http://reviews.llvm.org/D17852
More information about the cfe-commits
mailing list