From e2ab6061a976400df672842dc2af76b527fa421a Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 22 Aug 2022 09:46:12 -0400 Subject: [PATCH] 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. --- clang/www/c_status.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/clang/www/c_status.html b/clang/www/c_status.html index bae3ed5..5eefdda 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -816,6 +816,17 @@ conformance.

N2607 Partial + + Unclear type relationship between a format specifier and its argument + N2562 + +
Partial + 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 h and hh. +
+ + String functions for freestanding implementations -- 2.7.4