[PATCH] D118281: Rename llvm::array_lengthof into llvm::size

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 14:16:45 PST 2022


MaskRay added a comment.

Same. Can we just wait for `set(CMAKE_CXX_STANDARD 17 ...` and change these to `std::size` in one step, instead of having the `llvm::size` intermediate step?


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

https://reviews.llvm.org/D118281



More information about the llvm-commits mailing list