This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Avoid copies in range-based for loops
ClosedPublic

Authored by Mordante on Dec 15 2019, 9:30 AM.

Details

Summary

This avoids new warnings due to D68912 adds -Wrange-loop-analysis to -Wall.

Diff Detail

Event Timeline

Mordante created this revision.Dec 15 2019, 9:30 AM
xbolva00 accepted this revision.Dec 15 2019, 3:05 PM
This revision is now accepted and ready to land.Dec 15 2019, 3:05 PM
This revision was automatically updated to reflect the committed changes.