[clang-tools-extra] [clang-tidy] Add readability-redundant-lambda-parentheses check (PR #190438)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 5 02:27:40 PDT 2026


================
@@ -0,0 +1,38 @@
+// RUN: %check_clang_tidy -std=c++17 %s readability-redundant-lambda-parentheses %t
----------------
zeyi2 wrote:

`-std=c++17-or-later`? Same as other places?

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


More information about the cfe-commits mailing list