[clang-tools-extra] [clang-tidy] Add readability-default-lambda-capture (PR #160150)
JJ Marr via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 25 08:19:47 PDT 2025
================
@@ -351,8 +351,8 @@ Changes in existing checks
<clang-tidy/checks/readability/uppercase-literal-suffix>` check to recognize
literal suffixes added in C++23 and C23.
-- New :doc:`readability-default-lambda-capture
- <clang-tidy/checks/readability/default-lambda-capture>` check.
+- New :doc:`readability-avoid-default-lambda-capture
----------------
jjmarr-amd wrote:
this was wrong the first time as well, looks like I have to re-review that commit again.
https://github.com/llvm/llvm-project/pull/160150
More information about the cfe-commits
mailing list