[clang-tools-extra] [clang-tidy] Enable `modernize-redundant-void-arg` in C23 (PR #182422)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 19 21:05:02 PST 2026
================
@@ -209,6 +209,9 @@ Changes in existing checks
<clang-tidy/checks/modernize/pass-by-value>` check by adding `IgnoreMacros`
option to suppress warnings in macros.
+- Improved :doc:`modernize-redundant-void-arg
+ <clang-tidy/checks/modernize/redundant-void-arg>` check to work in C23.
----------------
vbvictor wrote:
CC @LegalizeAdulthood
https://github.com/llvm/llvm-project/pull/182422
More information about the cfe-commits
mailing list