aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-03-25 12:19:40 -0400
committerAaron Ballman <aaron@aaronballman.com>2024-03-25 12:19:40 -0400
commit7ee1007eddcfc4efe582512b78704038f17fa5a3 (patch)
tree29dc65a72f9871c03d88e048bf1879b9b545c893 /clang/www
parent6fd3677fb4f4e806f2efa43bfa814aaf063c506c (diff)
downloadllvm-7ee1007eddcfc4efe582512b78704038f17fa5a3.zip
llvm-7ee1007eddcfc4efe582512b78704038f17fa5a3.tar.gz
llvm-7ee1007eddcfc4efe582512b78704038f17fa5a3.tar.bz2
[C99] Claim full support for WG14 N772
No tests are added because existing tests cover this. The thrust of the paper is that an implementation needs to support including a header file whose name is eight character or less and contains only letters and numbers; we definitely manage this.
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 dd5fee9..e97275e 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -369,7 +369,7 @@ conformance.</p>
<tr>
<td>relaxed restrictions on portable header names</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n772.htm">N772</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td>return without an expression not permitted in function that returns a value</td>