[PATCH] D126034: [clang-tidy] bugfix in InfiniteLoopCheck to not print warnings for unevaluated loops

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 20 16:21:59 PDT 2022


NoQ added a comment.

Thx Dmitry!

Usama, I heard you have plans to make `isUnevaluated()` consume statements so that you could feed the entire loop into the machine without separating it into parts. You can either update this patch or do that as a follow-up patch.

Also I think it's time for you to ask for commit access, so please do! (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126034/new/

https://reviews.llvm.org/D126034



More information about the cfe-commits mailing list