[all-commits] [llvm/llvm-project] f992cf: [libc++] Split up __memory/base.h into meaningful ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Apr 14 11:04:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f992cfba7173ab55d9795f71156ffde0b5eece0a
      https://github.com/llvm/llvm-project/commit/f992cfba7173ab55d9795f71156ffde0b5eece0a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/addressof.h
    M libcxx/include/__memory/allocator_traits.h
    R libcxx/include/__memory/base.h
    A libcxx/include/__memory/construct_at.h
    M libcxx/include/__memory/raw_storage_iterator.h
    M libcxx/include/__memory/shared_ptr.h
    M libcxx/include/__memory/uninitialized_algorithms.h
    M libcxx/include/exception
    M libcxx/include/iterator
    M libcxx/include/memory

  Log Message:
  -----------
  [libc++] Split up __memory/base.h into meaningful headers


  Commit: e98060fa72ccb3c43d359dc5842f7d102dcf4378
      https://github.com/llvm/llvm-project/commit/e98060fa72ccb3c43d359dc5842f7d102dcf4378
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/allocation_guard.h
    M libcxx/include/__memory/shared_ptr.h
    R libcxx/include/__memory/utilities.h
    M libcxx/include/memory

  Log Message:
  -----------
  [libc++] Move __memory/utilities.h to __memory/allocation_guard.h

This matches the granularity of other headers that were split off of <__memory>.


Compare: https://github.com/llvm/llvm-project/compare/1c5717225e89...e98060fa72cc


More information about the All-commits mailing list