[PATCH] D133502: [ADT] Mark `llvm::array_lengthof` as deprecated

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 09:08:51 PDT 2022


kazu added a comment.

By the way, I just realized that `array_lengthof` is the only thing in `STLArrayExtras.h`.  You might want to consider a follow-up patch to stop including the header file (at 7 places or so).  Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133502/new/

https://reviews.llvm.org/D133502



More information about the llvm-commits mailing list