[libc-commits] [PATCH] D100569: [libc] Add slice/take/drop methods to ArrayRef

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 15 22:01:21 PDT 2021


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/utils/CPP/ArrayRef.h:28
+  using pointer = T *;
+  using reference = T &;
 
----------------
These are effectively type names so why not **`C`**`apitalize` them?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100569



More information about the libc-commits mailing list