aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorTom Honermann <tom.honermann@intel.com>2023-12-07 12:40:46 -0500
committerGitHub <noreply@github.com>2023-12-07 12:40:46 -0500
commit53b46890064204d067f4ef3959fe754dde65b426 (patch)
treed6955aa217b20f682d3f97cee902c6590a792f72 /clang/www
parent0113722d82200c39e59dcfbd2f396dbd84ed022b (diff)
downloadllvm-53b46890064204d067f4ef3959fe754dde65b426.zip
llvm-53b46890064204d067f4ef3959fe754dde65b426.tar.gz
llvm-53b46890064204d067f4ef3959fe754dde65b426.tar.bz2
[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.
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/c_status.html2
1 files changed, 1 insertions, 1 deletions
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.</p>
<tr>
<td>Identifier syntax fixes</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2939.pdf">N2939</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr>
<td>Remove trigraphs??!</td>