================ @@ -13,6 +13,10 @@ Coding guidelines that recommend against defaulted lambda captures include: * Item 31 of Effective Modern C++ by Scott Meyers +This check does not lint for variable-length array (VLA) captures. VLAs are not ---------------- EugeneZelenko wrote:
How about moving before list of guidelines? https://github.com/llvm/llvm-project/pull/160150 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
