[PATCH] D131057: [Sema] -Wformat: support C23 format specifier %b %B

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 12:31:29 PDT 2022


MaskRay updated this revision to Diff 449740.
MaskRay retitled this revision from "[Sema] -Wformat: support C23 printf %b %B" to "[Sema] -Wformat: support C23 format specifier %b %B".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added subscribers: krytarowski, arichardson.

add scanf support


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131057

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/AST/FormatString.h
  clang/lib/AST/FormatString.cpp
  clang/lib/AST/PrintfFormatString.cpp
  clang/lib/AST/ScanfFormatString.cpp
  clang/test/Sema/format-strings-fixit.c
  clang/test/Sema/format-strings-scanf.c
  clang/test/Sema/format-strings.c
  clang/test/SemaObjC/format-strings-objc.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131057.449740.patch
Type: text/x-patch
Size: 11859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220803/6ebccaea/attachment.bin>


More information about the cfe-commits mailing list