[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:29:21 PDT 2025


================
@@ -0,0 +1,55 @@
+.. title:: clang-tidy - readability-avoid-default-lambda-capture
+
+readability-avoid-default-lambda-capture
+========================================
+
+Warns on default lambda captures (e.g. ``[&](){ ... }``, ``[=](){ ... }``)
----------------
jjmarr-amd wrote:

period at the end.

https://github.com/llvm/llvm-project/pull/160150


More information about the cfe-commits mailing list