[all-commits] [llvm/llvm-project] f4fb72: [libc++] Use uninitialized algorithms for vector

philnik777 via All-commits all-commits at lists.llvm.org
Tue Jul 26 08:44:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4fb72e6d4cee1097e6606e66232fe55e793cd86
      https://github.com/llvm/llvm-project/commit/f4fb72e6d4cee1097e6606e66232fe55e793cd86
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

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

  Log Message:
  -----------
  [libc++] Use uninitialized algorithms for vector

Reviewed By: ldionne, #libc

Spies: huixie90, eaeltsin, joanahalili, bgraur, alexfh, hans, avogelsgesang, augusto2112, libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D128146




More information about the All-commits mailing list