[PATCH] D118342: Move llvm::array_lenghtof to llvm/ADT/STLArrayExtras.h

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 03:05:51 PST 2022


serge-sans-paille created this revision.
serge-sans-paille added reviewers: lenary, mehdi_amini, MaskRay.
Herald added subscribers: dexonsmith, hiraditya.
serge-sans-paille requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118342

Files:
  llvm/include/llvm/ADT/STLArrayExtras.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/lib/Support/ARMAttributeParser.cpp
  llvm/lib/Support/Signals.cpp
  llvm/lib/Support/Triple.cpp
  llvm/lib/Support/raw_ostream.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118342.403568.patch
Type: text/x-patch
Size: 4714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/01e5b824/attachment.bin>


More information about the llvm-commits mailing list