[cfe-commits] Refactoring Tool patch submission

Thomas Minor sxeraverx at gmail.com
Sat Jun 9 15:52:55 PDT 2012


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/590f5cd3/attachment.html>


More information about the cfe-commits mailing list