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

Elliott Hughes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 11:43:16 PDT 2022


enh added a comment.

> I think making scanf in the same patch makes sense. Let me check existing tests...

fwiw, most of the libcs seem to have been doing these separately because scanf is harder. i hope to have bionic's scanf done this week though.

(note in case you haven't already that there is no %B for scanf, just %b...)


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