[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:54 PDT 2025
================
@@ -581,7 +582,38 @@ runClangTidy(clang::tidy::ClangTidyContext &Context,
return AdjustedArgs;
};
+ // Add extra arguments passed by clang-diagnostic-* checks.
----------------
EugeneZelenko wrote:
Does it really relate to check?
https://github.com/llvm/llvm-project/pull/161023
More information about the cfe-commits
mailing list