This is an archive of the discontinued LLVM Phabricator instance.

[Tools] Fixes -Wrange-loop-analysis warnings
ClosedPublic

Authored by Mordante on Dec 22 2019, 7:30 AM.

Diff Detail

Event Timeline

Mordante created this revision.Dec 22 2019, 7:30 AM
aaron.ballman accepted this revision.Dec 22 2019, 9:05 AM

LGTM with a request to drop top-level consts.

llvm/tools/llvm-exegesis/lib/Clustering.cpp
255

Drop top-level const here and elsewhere?

This revision is now accepted and ready to land.Dec 22 2019, 9:05 AM
This revision was automatically updated to reflect the committed changes.