[clang] [clang-tools-extra] [clang-tidy] Add readability-avoid-default-lambda-capture (PR #160150)

JJ Marr via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 16 12:11:27 PDT 2025


================
@@ -0,0 +1,179 @@
+// RUN: %check_clang_tidy %s readability-avoid-default-lambda-capture %t -- -- -Wno-vla-extension -std=c++20
----------------
jjmarr-amd wrote:

Done.

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


More information about the cfe-commits mailing list