[PATCH] D131057: [Sema] -Wformat: support C23 printf %b %B
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 11:16:08 PDT 2022
aaron.ballman added a comment.
Thanks for working on this! Please also add a release note for it.
I think there are changes missing for ScanfFormatString.cpp to handle `bArg` and `BArg` that should be handled at the same time. WDYT?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131057/new/
https://reviews.llvm.org/D131057
More information about the cfe-commits
mailing list