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.
2 parents 3e96e29 + c58777c commit cd19fd4Copy full SHA for cd19fd4
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