[PATCH] D24800: Merge conflicting replacements when they are order-independent.
Manuel Klimek via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 03:55:32 PDT 2016
klimek 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:
----------------
This seems incorrect. What am I missing?
https://reviews.llvm.org/D24800
More information about the cfe-commits
mailing list