This is an archive of the discontinued LLVM Phabricator instance.

[CodeComplete] Add ranged for loops code pattern.
ClosedPublic

Authored by njames93 on Jan 21 2021, 6:07 AM.

Details

Summary

Add code pattersn for c++ range for loops and objective c for...in loops.

Diff Detail

Event Timeline

njames93 requested review of this revision.Jan 21 2021, 6:07 AM
njames93 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2021, 6:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
kadircet accepted this revision.Jan 22 2021, 1:55 AM

thanks, lgtm!

This revision is now accepted and ready to land.Jan 22 2021, 1:55 AM
This revision was automatically updated to reflect the committed changes.