================
@@ -203,6 +203,11 @@ New checks
Finds virtual function overrides with different visibility than the function
in the base class.
+- New :doc:`readability-avoid-default-lambda-capture
+ <clang-tidy/checks/readability/avoid-default-lambda-capture>` check.
+
+ Warns on default lambda captures (e.g. ``[&](){ ... }``, ``[=](){ ... }``)
----------------
jjmarr-amd wrote:
period at the end.
https://github.com/llvm/llvm-project/pull/160150
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits