[cfe-commits] [PATCH] fix support for 128-bit integer literals

Stephen Canon scanon at apple.com
Thu May 3 14:56:10 PDT 2012


Clang already supports the microsoft suffixes for integer literals "i128" and "Ui128" with -fms-extensions.  However, these literals are currently truncated to 64 bits with a warning.

This patch adds support for full-width 128-bit integer literals with the ms suffixes.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 128-bit-literals.patch
Type: application/octet-stream
Size: 1642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120503/8126fb3e/attachment.obj>


More information about the cfe-commits mailing list