================ @@ -0,0 +1,143 @@ +// RUN: %check_clang_tidy %s readability-avoid-default-lambda-capture %t -- -- -Wno-vla-extension ---------------- vbvictor wrote:
Why do we need `-Wno-vla-extension`? What happens when user have vla-extension? Could we remove it or add a second run without this option? AFAIK nothing would change without it? https://github.com/llvm/llvm-project/pull/160150 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
