[cfe-dev] clang-format raw string literals

Daniel Dilts diltsman at gmail.com
Thu Nov 20 08:27:35 PST 2014


Wow, I can't believe I forgot about that option.  I primarily work in a
C++98 environment so the standard is set to C++98.  I'm sorry to bother you
guys with something so simple.

On Thu, Nov 20, 2014 at 1:01 AM, Marek Kurdej <marek.kurdej at hds.utc.fr>
wrote:

> Hi Daniel,
> I cannot reproduce this behaviour.
> Moreover, llvm/tools/clang/unittests/Format/FormatTest.cpp has a test
> against R"(raw string literals)" and the tests pass (not only on my
> computer I guess).
> Can you give more details on the configuration you use and maybe report an
> issue on http://llvm.org/bugs?
>
> Regards,
> Marek Kurdej
>
> ---------- Forwarded message ----------
>> From: Daniel Dilts <diltsman at gmail.com>
>> To: Clang Developers List <cfe-dev at cs.uiuc.edu>
>> Cc:
>> Date: Wed, 19 Nov 2014 14:34:49 -0800
>> Subject: [cfe-dev] clang-format raw string literals
>> Has anyone else noticed that clang-format doesn't work with raw string
>> literals?  Given R"(some string)" it introduces a space immediately
>> following the R.
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141120/b792d268/attachment.html>


More information about the cfe-dev mailing list