This is an archive of the discontinued LLVM Phabricator instance.

Move llvm::array_lenghtof to llvm/ADT/STLArrayExtras.h
ClosedPublic

Authored by serge-sans-paille on Jan 27 2022, 3:05 AM.

Details

Summary

This moves the dependency of several files on include/llvm/ADT/STLExtras.h to
the much shorter llvm/ADT/STLArrayExtras.h

Diff Detail

Event Timeline

serge-sans-paille requested review of this revision.Jan 27 2022, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2022, 3:05 AM
lenary accepted this revision.Jan 27 2022, 3:55 AM
This revision is now accepted and ready to land.Jan 27 2022, 3:55 AM
MaskRay accepted this revision.Jan 27 2022, 9:59 AM

clang-format + rebased on main

This revision was landed with ongoing or failed builds.Jan 28 2022, 2:51 AM
This revision was automatically updated to reflect the committed changes.