llvm-project
f7a3be73 - [clang-tidy] Improve `bugprone-infinite-loop` check by adding handing for structured bindings (#144213)

Commit
50 days ago
[clang-tidy] Improve `bugprone-infinite-loop` check by adding handing for structured bindings (#144213) Before this patch, this check only handles `VarDecl` as varaibles declaration in statement, but this will ignore variables in structured bindings (`BindingDecl` in AST), which leads to false positives. Closes #138842.
Author
Parents
Loading