(Forgot to attach the patch)

On Sat, Jun 9, 2012 at 3:52 PM, Thomas Minor <[email protected]> wrote:

> Hello,
>
> 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.
>
> All clang unit test suites pass.
>
> Regards,
> Thomas Minor

Attachment: Refactoring.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to