I can't comment on the overall strategy for Rewriter, but I've got one more high level comment:<div>Rewriter is now easy to unit test (see tools/clang/unittests/Tooling/RewriterTest.cpp), and I think it would be nice if we'd add unit tests for changes like this.</div>
<div><br></div><div>Cheers,</div><div>/Manuel<br><br><div class="gmail_quote">On Sun, Jun 10, 2012 at 12:47 AM, 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 Rewriter. Currently, a delete followed by an insert in the same spot isn't treated the same way as a replace. This patch fixes this. It also causes the replacement of a zero-length segment to be treated the same way as an insertion would be.<br>

<br>All clang unit test suites pass.<br><br>Regards,<br>Thomas Minor<br>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>