[PATCH] D137603: [Clang][Sema] Fix attribute((format)) bug on non-variadic functions

FĂ©lix Cloutier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 15:01:43 PST 2022


fcloutier updated this revision to Diff 479427.
fcloutier added a comment.

Addressed Aaron's comment about fixits, ran clang-format.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137603/new/

https://reviews.llvm.org/D137603

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/AttrDocs.td
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/FixIt/attr-format.c
  clang/test/Sema/attr-format.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137603.479427.patch
Type: text/x-patch
Size: 6788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221201/b39ae1da/attachment.bin>


More information about the cfe-commits mailing list