On Jun 8, 2012, at 14:21 , Chandler Carruth <[email protected]> wrote:

> On Fri, Jun 8, 2012 at 2:14 PM, Jordan Rose <[email protected]> wrote:
> Author: jrose
> Date: Fri Jun  8 16:14:19 2012
> New Revision: 158229
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=158229&view=rev
> Log:
> If fixits appear to overlap, move the second one over in the output.
> 
> This occurs when you have two insertions and the first one is so long that the
> second fixit's column is before the first fixit ends. The edits themselves
> don't actually overlap, but our command-line preview does.
> 
> Can you use FileCheck to write a test case please?

Sorry, I couldn't think of one besides the case in r158230 and then forgot to 
go back and do it. Thanks for the reminder.

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

Reply via email to