Add N2562 to the C status page

It was originally left off thinking the paper only impacts the C
standard library, but Clang supports diagnostics for incorrect use of
a format specifier, so this paper has some frontend impacts as well.
This commit is contained in:
Aaron Ballman 2022-08-22 09:46:12 -04:00
parent 09f608fda5
commit e2ab6061a9
1 changed files with 11 additions and 0 deletions

View File

@ -816,6 +816,17 @@ conformance.</p>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2607.pdf">N2607</a></td> <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2607.pdf">N2607</a></td>
<td class="partial" align="center">Partial</td> <td class="partial" align="center">Partial</td>
</tr> </tr>
<tr>
<td>Unclear type relationship between a format specifier and its argument</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2562.pdf">N2562</a></td>
<td class="partial" align="center">
<details><summary>Partial</summary>
Clang supports diagnostics checking format specifier validity, but
does not yet account for all of the changes in this paper, especially
regarding length modifiers like <code>h</code> and <code>hh</code>.
</details>
</td>
</tr>
<!-- Apr 2021 Papers --> <!-- Apr 2021 Papers -->
<tr> <tr>
<td>String functions for freestanding implementations</td> <td>String functions for freestanding implementations</td>