[PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122

Richard Smith richard at metafoo.co.uk
Thu Sep 12 10:28:10 PDT 2013


Why only in pre-c++11 mode? Msvc is always in c++11 mode.
On 12 Sep 2013 08:43, "Alexander Kornienko" <alexfh at google.com> wrote:

>   Added support for splitting single-line raw string literals.
>
> Hi djasper,
>
> http://llvm-reviews.chandlerc.com/D1640
>
> CHANGE SINCE LAST DIFF
>   http://llvm-reviews.chandlerc.com/D1640?vs=4230&id=4231#toc
>
> Files:
>   lib/Format/BreakableToken.cpp
>   lib/Format/BreakableToken.h
>   lib/Format/ContinuationIndenter.cpp
>   lib/Format/Format.cpp
>   lib/Format/WhitespaceManager.cpp
>   unittests/Format/FormatTest.cpp
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130912/c43ca21d/attachment.html>


More information about the cfe-commits mailing list