[cfe-dev] clang-format bug?

Nico Weber thakis at chromium.org
Sun Apr 7 18:14:22 PDT 2013


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130407/ee1407bb/attachment.html>


More information about the cfe-dev mailing list