From 1feb8ab0d350640058ffa764e0aeeda2480d6302 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 6 Dec 2021 13:13:13 -0500 Subject: [PATCH] Update the status of N2412 in C (we do not implement large parts of it) --- clang/www/c_status.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clang/www/c_status.html b/clang/www/c_status.html index 302b75d..561f061 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -715,7 +715,11 @@ conformance.

Two's complement sign representation N2412 - Unknown + +
Partial + Lacking width macros in limits.h and stdint.h +
+ Adding the u8 character prefix -- 2.7.4