[PATCH] D49402: [STLExtras] Add size() for arrays

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 13:38:55 PDT 2018


vsk added a comment.

Ah, I forgot about array_lengthof. If we were to add this overload, we ought to convert in-tree uses of array_lengthof to use it. If anyone's willing to tackle that, I'd say go for it.


Repository:
  rL LLVM

https://reviews.llvm.org/D49402





More information about the llvm-commits mailing list