[all-commits] [llvm/llvm-project] 435622: [libc++] Granularize <exception>
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Mar 12 14:19:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43562287a816c74be390478d32adc0cb4c4abca4
https://github.com/llvm/llvm-project/commit/43562287a816c74be390478d32adc0cb4c4abca4
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-03-12 (Sun, 12 Mar 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__exception/exception.h
A libcxx/include/__exception/exception_ptr.h
A libcxx/include/__exception/nested_exception.h
A libcxx/include/__exception/operations.h
A libcxx/include/__exception/terminate.h
M libcxx/include/__format/formatter_integral.h
M libcxx/include/__iterator/common_iterator.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/__tree
M libcxx/include/any
M libcxx/include/deque
M libcxx/include/exception
M libcxx/include/istream
M libcxx/include/libcxx.imp
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/ostream
M libcxx/include/span
M libcxx/include/string
M libcxx/include/string_view
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/vector
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/std/containers/sequences/array/contiguous.pass.cpp
M libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.trait/uses_allocator.pass.cpp
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Granularize <exception>
This patch also updates the moved code to the new style (i.e. formatted, replaced marcos and typedefs)
Reviewed By: ldionne, #libc
Spies: arichardson, libcxx-commits
Differential Revision: https://reviews.llvm.org/D145095
More information about the All-commits
mailing list