================ @@ -0,0 +1,58 @@ +.. title:: clang-tidy - modernize-use-structured-binding + +modernize-use-structured-binding +================================ + +Suggests using C++17 structured bindings to decompose pairs. + +This check finds three code patterns and recommends using structured bindings for clearer, more idiomatic C++17 code. ---------------- vbvictor wrote:
Please use 80-character limit (everywhere in docs) https://github.com/llvm/llvm-project/pull/158462 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits