This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa85eb11129ce: [clang-tidy] Extend LoopConvert on array with
`!=` comparison (authored by njames93).
Repository:
rG LLVM Github Monorepo
CHANGES S
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97940/new/
https://reviews.llvm.org/D97940
__
njames93 created this revision.
njames93 added reviewers: aaron.ballman, alexfh.
Herald added a subscriber: xazax.hun.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Enables transforming loops of the form:
for (int i = 0; I !=