[cfe-commits] Refactoring Tool patch submission
Thomas Minor
sxeraverx at gmail.com
Sat Jun 9 15:53:58 PDT 2012
(Forgot to attach the patch)
On Sat, Jun 9, 2012 at 3:52 PM, Thomas Minor <sxeraverx at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120609/6c5bdef0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Refactoring.patch
Type: application/octet-stream
Size: 6492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120609/6c5bdef0/attachment.obj>
More information about the cfe-commits
mailing list