[PATCH] D117611: [Sema] Warn about printf %n on Android and Fuchsia
Mike Hommey via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 22 17:43:15 PST 2022
glandium added a comment.
This doesn't leave much room to use `__attribute__((format(printf)))` on custom printf implementations that do support `%n` on Android does it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117611/new/
https://reviews.llvm.org/D117611
More information about the cfe-commits
mailing list