[clang-tools-extra] [clang-tidy] Portability Avoid Unprototyped Functions Check (PR #161023)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 28 09:15:39 PDT 2025
carlosgalvezp wrote:
> IIUC the clang-diagnostic-strict-prototypes check on its own doesn't enable the warning, but what if it did?
I think this topic should be discussed in an RFC outside of this thread. Personally I'm not a big fan of adding one more way to do the same thing. I'd rather improve the documentation to clearly describe _the_ way to do it.
https://github.com/llvm/llvm-project/pull/161023
More information about the cfe-commits
mailing list