From 53b46890064204d067f4ef3959fe754dde65b426 Mon Sep 17 00:00:00 2001 From: Tom Honermann Date: Thu, 7 Dec 2023 12:40:46 -0500 Subject: [Clang] Mark WG14 N2939 (Identifier Syntax Fixes) as available in Clang 15 (#74666) WG14 N2939 (Identifier Syntax Fixes) corrects a grammar issue in the C standard but does not otherwise change intended behavior. This change updates the C23 status to note this paper as implemented as of Clang 15; the release in which support for N2836 (Identifier Syntax using Unicode Standard Annex 31) was implemented. --- clang/www/c_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/www') diff --git a/clang/www/c_status.html b/clang/www/c_status.html index 91cae13..47acb1f 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -1151,7 +1151,7 @@ conformance.

Identifier syntax fixes N2939 - Unknown + Clang 15 Remove trigraphs??! -- cgit v1.1