aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-03-25 14:17:59 -0400
committerAaron Ballman <aaron@aaronballman.com>2024-03-25 14:20:45 -0400
commitedfa97a8fbd5d8a763c30b083771c679d6a51a31 (patch)
treeaf2faee6b67b1c7932713b6caa79a421b26161d1 /clang/www
parentce37a7131ff33bbd04bd1893de78c1bd3a1f0897 (diff)
downloadllvm-edfa97a8fbd5d8a763c30b083771c679d6a51a31.zip
llvm-edfa97a8fbd5d8a763c30b083771c679d6a51a31.tar.gz
llvm-edfa97a8fbd5d8a763c30b083771c679d6a51a31.tar.bz2
[C99] Claim conformance to "new block scopes for selection and iteration statements"
I was unable to definitively locate a document number for this, but it is potentially WG14 N759 based on the description in the C99 rationale document. We do implement the C89 and C99 scope rules for iteration and selection statements, so claiming conformance here.
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 4358972..60f48ab 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -260,7 +260,7 @@ conformance.</p>
<tr>
<td>new block scopes for selection and iteration statements</td>
<td>Unknown</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td>integer constant type rules</td>