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.
128-bit-literals.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
