[PATCH] D21602: Changes related to tooling::applyAllReplacements interface change in D21601.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 4 06:50:14 PDT 2016


klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

LG. Nice!


================
Comment at: include-fixer/IncludeFixer.cpp:323-324
@@ -322,1 +322,4 @@
+    return CleanReplaces;
+  auto FormattedReplaces = formatReplacements(Code, *CleanReplaces, Style);
+  return FormattedReplaces;
 }
----------------
Just return formatReplacements(...)?


http://reviews.llvm.org/D21602





More information about the cfe-commits mailing list