================ @@ -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 thought maybe someone will use `c23` in development, but in CI it would be c11. Anyway, you point is valid, just use c11. https://github.com/llvm/llvm-project/pull/182422 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
