================
@@ -0,0 +1,60 @@
+.. title:: clang-tidy - readability-avoid-default-lambda-capture
+
+readability-avoid-default-lambda-capture
+========================================
+
+Tries to replace default lambda captures (e.g. ``[&](){ ... }``, 
+``[=](){ ... }``) with explicit lists of captures.
----------------
vbvictor wrote:

Should be in sync with release notes

https://github.com/llvm/llvm-project/pull/160150
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to