This revision was automatically updated to reflect the committed changes.
Closed by commit rGd18c3c7b18e9: [CodeComplete] Add ranged for loops code
pattern. (authored by njames93).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95131/new/
https://rev
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
thanks, lgtm!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95131/new/
https://reviews.llvm.org/D95131
njames93 created this revision.
njames93 added reviewers: sammccall, kadircet, klimek, rsmith.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add code pattersn for c++ `range for` loops and objective c `for...in` loops.
Reposito