This is an archive of the discontinued LLVM Phabricator instance.

Use const-ref in range-loop for to avoid copying pairs of std::string
ClosedPublic

Authored by sergio.martins on Feb 12 2017, 4:11 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sergio.martins created this revision.Feb 12 2017, 4:11 AM
silvas accepted this revision.Feb 17 2017, 11:39 PM

Thanks, this LGTM. Do you need me to commit this for you?

This revision is now accepted and ready to land.Feb 17 2017, 11:39 PM

Thanks, this LGTM. Do you need me to commit this for you?

yes, please commit

thanks

This revision was automatically updated to reflect the committed changes.

r295807, thanks! (and sorry for the delay)