[libcxx-commits] [PATCH] D128146: [libc++] Use uninitialized algorithms for vector

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 22 13:44:35 PDT 2022


philnik updated this revision to Diff 446969.
philnik added a comment.

Try to minimize code size


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128146

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/equal_range.h
  libcxx/include/__hash_table
  libcxx/include/__memory/swap_allocator.h
  libcxx/include/__memory/uninitialized_algorithms.h
  libcxx/include/__split_buffer
  libcxx/include/__tree
  libcxx/include/__utility/transaction.h
  libcxx/include/forward_list
  libcxx/include/list
  libcxx/include/memory
  libcxx/include/module.modulemap.in
  libcxx/include/string
  libcxx/include/vector
  libcxx/test/libcxx/containers/sequences/vector/asan_throw.pass.cpp
  libcxx/test/libcxx/memory/uninitialized_allocator_copy.pass.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_iter_initializer_list.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128146.446969.patch
Type: text/x-patch
Size: 26837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220722/2f68c01e/attachment-0001.bin>


More information about the libcxx-commits mailing list