[all-commits] [llvm/llvm-project] fafed0: [libc++] Granularize <type_traits> includes in <bi...
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Jan 21 06:09:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fafed06b2ea985324b844fa1a90b50553c34914b
https://github.com/llvm/llvm-project/commit/fafed06b2ea985324b844fa1a90b50553c34914b
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-01-21 (Sat, 21 Jan 2023)
Changed paths:
M libcxx/include/__coroutine/coroutine_handle.h
M libcxx/include/__coroutine/coroutine_traits.h
M libcxx/include/__numeric/gcd_lcm.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/coroutine
M libcxx/include/numbers
M libcxx/include/numeric
M libcxx/test/libcxx/transitive_includes/cxx2b.csv
M libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp
Log Message:
-----------
[libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>
`<coroutine>` seems to be new enough to not be a huge problem.
Reviewed By: Mordante, #libc
Spies: libcxx-commits, ChuanqiXu
Differential Revision: https://reviews.llvm.org/D140600
More information about the All-commits
mailing list