[clang-tools-extra] [clang-tidy] Portability Avoid Unprototyped Functions Check (PR #161023)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 28 06:27:53 PDT 2025
================
@@ -208,6 +208,11 @@ New checks
Detect redundant parentheses.
+- New :doc:`portability-avoid-unprototyped-functions
+ <clang-tidy/checks/portability/avoid-unprototyped-functions>` check.
+
+ Checks if unprototyped function types are used in the source code.
----------------
EugeneZelenko wrote:
I think statement should be more specific. Same in documentation.
https://github.com/llvm/llvm-project/pull/161023
More information about the cfe-commits
mailing list