[PATCH] D24800: Merge conflicting replacements when they are order-independent.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 27 03:58:19 PDT 2016


ioeric added inline comments.

================
Comment at: include/clang/Tooling/Core/Replacement.h:177-178
@@ +176,4 @@
+  ///   - are insertions at the same offset and applying them in either order
+  ///     has the same effect, i.e. X + Y = Y + X if one inserts text X and the
+  ///     other inserts text Y.
+  /// Examples:
----------------
klimek wrote:
> This seems incorrect. What am I missing?
Here is the discussion about this: https://reviews.llvm.org/D24717


https://reviews.llvm.org/D24800





More information about the cfe-commits mailing list