diff --git a/clang/www/c_status.html b/clang/www/c_status.html index bae3ed5d4195..5eefdda4cc45 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