[PATCH] D137603: [Clang][Sema] Fix attribute((format)) bug on non-variadic functions
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 2 07:04:40 PST 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM, thank you!
================
Comment at: clang/docs/ReleaseNotes.rst:319
`Issue 59100 <https://github.com/llvm/llvm-project/issues/59100>`_
+- Fix issue using __attribute__((format)) on non-variadic functions that expect
+ more than one formatted argument.
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137603/new/
https://reviews.llvm.org/D137603
More information about the cfe-commits
mailing list