[clang-tools-extra] [clang-tidy] Portability Avoid Unprototyped Functions Check (PR #161023)

via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 28 11:37:40 PDT 2025


isuckatcs wrote:

So extending the warning basically means incorporating the functionality of `-Wstrict-prototypes` into `-Wpre-c23-compat`, right? I also wonder what if we simply just preserve `-Wstrict-prototypes` for C23 as well?

@zygoloid what's your take on this, are we allowed to do any of it on the frontend?

https://github.com/llvm/llvm-project/pull/161023


More information about the cfe-commits mailing list