================ @@ -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:
I feel like this could be behind an option. If user has mixed C++/C codebase and wants to use this check for C++ but still have backward-compatible code in C (for 99, 11). WDYT? https://github.com/llvm/llvm-project/pull/182422 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
