[cfe-dev] Assertion on valid use of highlighting whitespace

Chris Lattner clattner at apple.com
Mon Jun 21 11:36:43 PDT 2010


On Jun 21, 2010, at 11:17 AM, Tom Care wrote:

> Hi Chris,
> 
> Works great except now I'm getting off by 1 problems at the end of the string:
> 
> /tmp/fixit.c:41:12: warning: flag '0' is ignored when flag '-' is present
>   printf("%0-f", 1.23);
>           ~^~
> 
> Should my SourceLocation for the end byte be pointing to the 'f' or the '"'? It's currently pointing to the 'f'.

You tell me.  Right now, the ranges are set up for half open ranges [start, end).  If you want fully inclusive ranges [start, end] I can make that work, just let me know what feels most natural from a client standpoint.

-Chris


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100621/d122e0c3/attachment.html>


More information about the cfe-dev mailing list