(Forgot to attach the patch)<br><br><div class="gmail_quote">On Sat, Jun 9, 2012 at 3:52 PM, Thomas Minor <span dir="ltr"><<a href="mailto:sxeraverx@gmail.com" target="_blank">sxeraverx@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br><br>I would like to submit a patch to the Refactoring Tool. Currently,
the tool relies on std::set for uniqueing edits. However, this poses problems for insertions (in the form of replacements of a zero-length range): they can be reordered arbitrarily. This patch causes them to be applied in the order submitted to the tool.<br>


<br>All clang unit test suites pass.<br><br>Regards,<br>Thomas Minor
</blockquote></div><br>