ioeric added inline comments.

================
Comment at: cfe/trunk/lib/Tooling/Core/Replacement.cpp:169
@@ +168,3 @@
+  // starts after R is (I+1).
+  if (I != Replaces.end() && *I == R)
+    ++I;
----------------
I think we should ignore replacement text when checking equality between `*I` 
and `R` here.


Repository:
  rL LLVM

https://reviews.llvm.org/D23119



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to