[clang-tools-extra] [clang-tidy] Add readability-redundant-lambda-parentheses check (PR #190438)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 3 21:22:17 PDT 2026
================
@@ -163,6 +163,12 @@ New checks
Suggests insertion of ``std::move(...)`` to turn copy assignment operator
calls into move assignment ones, when deemed valid and profitable.
+- New :doc:`readability-redundant-lambda-parentheses
+ <clang-tidy/checks/readability/redundant-lambda-parentheses>` check.
+
+ Finds and removes redundant empty parameter lists from lambda expressions
----------------
EugeneZelenko wrote:
Please synchronize with first statement in documentation.
https://github.com/llvm/llvm-project/pull/190438
More information about the cfe-commits
mailing list