[PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 27 06:08:27 PST 2016


What's the benefit of storing this? You can get the same effect by
re-lexing. We don't guarantee that the pretty printed version of the AST
comprises the same sequence of tokens in general.
On 27 Jan 2016 3:03 p.m., "Aaron Ballman via cfe-commits" <
cfe-commits at lists.llvm.org> wrote:

> aaron.ballman added a comment.
>
> In http://reviews.llvm.org/D16012#331219, @aaron.ballman wrote:
>
> > Ping
>
>
> Ping
>
>
> http://reviews.llvm.org/D16012
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160127/c5f41438/attachment.html>


More information about the cfe-commits mailing list