[cfe-dev] clang-format bug?

Daniel Jasper djasper at google.com
Thu Apr 11 07:31:23 PDT 2013


Fixed in r179270.


On Mon, Apr 8, 2013 at 3:14 AM, Nico Weber <thakis at chromium.org> wrote:

> Hi Thiago,
>
> you can file bugs at http://llvm.org/bugs/ (product "clang", component
> "Formatter").
>
> Nico
>
>
> On Sun, Apr 7, 2013 at 5:59 PM, Thiago Farina <tfransosi at gmail.com> wrote:
>
>> Hi,
>>
>> I was running clang-format -i -style=Chromium today in one of Chromium
>> files (ui/base/clipboard/clipboard.h)
>>
>> And it changed this:
>>
>> FormatType& operator=(const FormatType& other);
>>
>> To this:
>>
>> FormatType& operator=(const FormatType & other);
>>
>> But the former is the 'right' style for Chromium.
>>
>> I don't know if if this should be filed/reported elsewhere, so excuse
>> me if this isn't the right place for this.
>>
>> Best regards,
>>
>> --
>> Thiago
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130411/20e58fae/attachment.html>


More information about the cfe-dev mailing list