[cfe-dev] clang-format WebKit style breaks C++11 raw string literals

Manuel Klimek klimek at google.com
Thu Dec 18 03:08:33 PST 2014


Yea, WebKit explicitly sets C++03 mode.
You'll want:
BasedOnStyle: WebKit
Standard: LS_Cpp11

On Thu Dec 18 2014 at 12:02:40 PM İsmail Dönmez <ismail at donmez.ws> wrote:

> On Thu, Dec 18, 2014 at 11:13 AM, Manuel Klimek <klimek at google.com> wrote:
> > Are you running it in c++-11 mode?
>
> I didn't know it has such a mode. --help doesn't list it, how can I enable
> it?
>
> Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141218/ef385702/attachment.html>


More information about the cfe-dev mailing list