[libc-commits] [PATCH] D131377: [libc] Add a utility data structure named ArrayStore.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Aug 7 23:15:30 PDT 2022


sivachandra created this revision.
sivachandra added reviewers: abrachet, lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

This data structure is uses a backing cpp::array object and supports a
vector like push_back API.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131377

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/arraystore.h
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/arraystore_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131377.450709.patch
Type: text/x-patch
Size: 4244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220808/e7288cb1/attachment.bin>


More information about the libc-commits mailing list