The iterator is not needed after the loop body anymore, meaning we can use more terse range-based for loop.
Depends on D121295.
Differential D121685
[clang][deps] NFC: Use range-based for loop instead of iterators ClosedPublic Authored by jansvoboda11 on Mar 15 2022, 4:09 AM.
Details Summary The iterator is not needed after the loop body anymore, meaning we can use more terse range-based for loop. Depends on D121295.
Diff Detail
Event TimelineComment Actions LGTM. (Not sure if you were waiting for review, but I think it's fine to push this kind of thing after checking the tests pass.) This revision is now accepted and ready to land.Mar 15 2022, 12:49 PM This revision was landed with ongoing or failed builds.Mar 16 2022, 4:18 AM Closed by commit rG6007b0b67bcb: [clang][deps] NFC: Use range-based for loop instead of iterators (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415777 clang/lib/Lex/HeaderSearch.cpp
|