Now with -triple line in the new file, so that this hopefully works on
windows, too.

For what it's worth, with this patch clang can build all of
chromium/mac in debug mode.

Nico

On Wed, Oct 6, 2010 at 9:57 PM, Nico Weber <[email protected]> wrote:
> Hi,
>
> the attached patch adds support for UCN notation to character
> literals, e.g. L'\u1234'. It splits EncodeUCNEscape() into two pieces
> and calls only the first piece for character literals.
>
> Note that overflow (e.g. L'\U0010fffe' with -fshort-wchar) is handled
> differently than in gcc, because the gcc behavior makes no sense to
> me, and I guess this is implementation-defined anyhow and not used in
> practice.
>
> Please review.
>
> Thanks,
> Nico
>

Attachment: clang-4-byte-ucn.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to