[clang-tools-extra] [clang-tidy] Add new check `modernize-use-structured-binding` (PR #158462)

via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 14 02:54:38 PDT 2025


================
@@ -0,0 +1,67 @@
+// RUN: %check_clang_tidy -std=c++17 %s modernize-use-structured-binding %t -- -- -I %S/Inputs/use-structured-binding/
----------------
flovent wrote:

Merged in aa3bf50

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


More information about the cfe-commits mailing list