This is an archive of the discontinued LLVM Phabricator instance.

Add support for arrays in performance-implicit-conversion-in-loop
ClosedPublic

Authored by pilki on Jun 8 2018, 7:22 AM.

Details

Summary

Add support for arrays (and structure that use naked pointers for their iterator, like std::array) in performance-implicit-conversion-in-loop

Diff Detail

Repository
rL LLVM

Event Timeline

pilki created this revision.Jun 8 2018, 7:22 AM
This revision is now accepted and ready to land.Jun 8 2018, 2:41 PM

Thanks Alex!

I do not have the submit right, can you take care of it?

Thanks

This revision was automatically updated to reflect the committed changes.