[clang] 74483bd - [C99] Remove entry for LIA compatibility
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 2 09:57:48 PDT 2024
Author: Aaron Ballman
Date: 2024-04-02T12:57:38-04:00
New Revision: 74483bd6f6bdecdd16efbfcd183b5e29e0234a3a
URL: https://github.com/llvm/llvm-project/commit/74483bd6f6bdecdd16efbfcd183b5e29e0234a3a
DIFF: https://github.com/llvm/llvm-project/commit/74483bd6f6bdecdd16efbfcd183b5e29e0234a3a.diff
LOG: [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.
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index c6727ae8cadd8d..acb32e5e2c8e29 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -347,11 +347,6 @@ <h2 id="c99">C99 implementation status</h2>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n671.htm">N671</a></td>
<td class="full" align="center">Yes</td>
</tr>
- <tr>
- <td>LIA compatibility annex</td>
- <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n792.htm">N792</a></td>
- <td class="none" align="center">No</td>
- </tr>
<tr>
<td>remove deprecation of aliased array parameters</td>
<td>Unknown</td>
More information about the cfe-commits
mailing list