[PATCH] D24663: When replacements have the same offset, make replacements with smaller length order first in the set.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 12:33:58 PDT 2016


ioeric added a comment.

In https://reviews.llvm.org/D24663#544993, @klimek wrote:

> Test? Why are we doing this (should go into the CL description)?


There is no behavioral change intended, and the goal here is not to break any test. A test for this change can be having an insertion and a deletion at the same offset, but this is not supported yet and will a followup patch.


https://reviews.llvm.org/D24663





More information about the cfe-commits mailing list