[libc-commits] [PATCH] D118954: [libc] add a vector internal class

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 4 15:49:28 PST 2022


michaelrj updated this revision to Diff 406122.
michaelrj added a comment.

Moved all functionality into the header file to deal with the template problem.
Removed functions that aren't needed for any immediate users, and are unlikely to be needed in the future.
Added tests to match the planned use cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118954

Files:
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/vector.h
  libc/test/utils/CPP/CMakeLists.txt
  libc/test/utils/CPP/vector_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118954.406122.patch
Type: text/x-patch
Size: 6829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220204/81b3ef08/attachment.bin>


More information about the libc-commits mailing list