[PATCH] D116636: [WIP] Enable `-Wstrict-calls-without-prototype` by default
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 6 05:23:21 PST 2022
aaron.ballman requested changes to this revision.
aaron.ballman added a comment.
This revision now requires changes to proceed.
I don't see a justification for enabling this diagnostic by default in C89 mode. I can imagine users wanting to opt into this behavior for C89, but it certainly shouldn't be diagnosing correct code by default.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116636/new/
https://reviews.llvm.org/D116636
More information about the cfe-commits
mailing list