[clang] [clang-tools-extra] [clang-tidy] bugprone-infinite-loop: Add support for tuple structured bindings (PR #147410)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 16 12:51:46 PDT 2025
vbvictor wrote:
Thank you for the PR!
Did you try to address this issue https://github.com/llvm/llvm-project/issues/138842?
There is an ongoing PR https://github.com/llvm/llvm-project/pull/144213 that essentially tries to handle the same case with structured bindings.
To be fair with everyone, we should proceed to review the first PR, but your comments/concerns/suggestions on that PR are welcome.
https://github.com/llvm/llvm-project/pull/147410
More information about the cfe-commits
mailing list