[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.
diff --git a/clang/www/c_status.html b/clang/www/c_status.html index c6727ae..acb32e5 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html
@@ -348,11 +348,6 @@ <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> <td class="unknown" align="center">Unknown</td>