We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a21f commit c58777cCopy full SHA for c58777c
clang/docs/ReleaseNotes.rst
@@ -334,6 +334,7 @@ Improvements to Clang's diagnostics
334
- Fixed an assertion when referencing an out-of-bounds parameter via a function
335
attribute whose argument list refers to parameters by index and the function
336
is variadic. e.g.,
337
+
338
.. code-block:: c
339
340
__attribute__ ((__format_arg__(2))) void test (int i, ...) { }
0 commit comments