[cfe-dev] [Review Request] char16_t and char32_t character literals

Yusaku Shiga yusaku.shiga at gmail.com
Wed May 25 04:27:46 PDT 2011


2011/5/25 Yusaku Shiga <yusaku.shiga at gmail.com>

> I updated the patch.
>
> The patch implements code conversion from UTF-8 to UTF16/UTF32 in character
> literal.
> The rest issue is to fixed array alignment issue reported. I'm investing
> it.
>
>
I observed clang silently extends the alignment to 16byte if the array
objects occupies 16bytes or more (on x86_64 target).
I'll remove the alignment checks from my test cases.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110525/9a265cfe/attachment.html>


More information about the cfe-dev mailing list