This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Remove includes of `llvm/Support/STLArrayExtras.h`
ClosedPublic

Authored by jloser on Sep 9 2022, 11:50 AM.

Details

Summary

llvm and downstream internal callers no longer use llvm::array_lengthof, so
drop the include everywhere.

Diff Detail

Event Timeline

jloser created this revision.Sep 9 2022, 11:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 11:50 AM
jloser requested review of this revision.Sep 9 2022, 11:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 11:50 AM
jloser updated this revision to Diff 459207.Sep 9 2022, 2:39 PM
jloser edited the summary of this revision. (Show Details)

Rebase now that https://reviews.llvm.org/D133598 has landed

MaskRay accepted this revision.Sep 9 2022, 4:09 PM

Looks great!

This revision is now accepted and ready to land.Sep 9 2022, 4:09 PM
This revision was automatically updated to reflect the committed changes.