Skip to content

Commit 74483bd

Browse files
committed
[C99] Remove entry for LIA compatibility
We previously marked this as "No" but that's confusing; Annex H doesn't require any changes for a C implementation, it's about how C relates to other standards. We could mark this N/A, but I think it makes more sense to treat it like a runtime library-specific change and simply remove it from the tracker entirely.
1 parent 4d5e834 commit 74483bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/www/c_status.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,6 @@ <h2 id="c99">C99 implementation status</h2>
347347
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n671.htm">N671</a></td>
348348
<td class="full" align="center">Yes</td>
349349
</tr>
350-
<tr>
351-
<td>LIA compatibility annex</td>
352-
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n792.htm">N792</a></td>
353-
<td class="none" align="center">No</td>
354-
</tr>
355350
<tr>
356351
<td>remove deprecation of aliased array parameters</td>
357352
<td>Unknown</td>

0 commit comments

Comments
 (0)