[all-commits] [llvm/llvm-project] 489637: [libc++] Granularize chrono includes
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Feb 23 14:06:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 489637e66dd38d29517d16da1afaee60485687d1
https://github.com/llvm/llvm-project/commit/489637e66dd38d29517d16da1afaee60485687d1
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/__filesystem/directory_entry.h
M libcxx/include/__filesystem/file_time_type.h
M libcxx/include/__filesystem/operations.h
M libcxx/include/__mutex_base
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__threading_support
M libcxx/include/atomic
M libcxx/include/future
M libcxx/include/semaphore
M libcxx/include/thread
M libcxx/test/std/thread/futures/futures.async/async.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/wait.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/wait.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
Log Message:
-----------
[libc++] Granularize chrono includes
Reviewed By: Quuxplusone, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D120141
More information about the All-commits
mailing list