[all-commits] [llvm/llvm-project] 769c6a: [libc++] Fix missing #includes (#130536)
Matt via All-commits
all-commits at lists.llvm.org
Mon May 12 13:36:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 769c6a95aee701f09f60c6f887b16093c94786e7
https://github.com/llvm/llvm-project/commit/769c6a95aee701f09f60c6f887b16093c94786e7
Author: Matt <mattstark75 at gmail.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M libcxx/src/call_once.cpp
M libcxx/src/condition_variable.cpp
M libcxx/src/filesystem/directory_iterator.cpp
M libcxx/src/filesystem/error.h
M libcxx/src/filesystem/filesystem_clock.cpp
M libcxx/src/filesystem/filesystem_error.cpp
M libcxx/src/filesystem/operations.cpp
M libcxx/src/include/ryu/common.h
M libcxx/src/memory.cpp
M libcxx/src/mutex.cpp
M libcxx/src/random.cpp
M libcxx/src/ryu/d2fixed.cpp
M libcxx/src/ryu/d2s.cpp
M libcxx/src/ryu/f2s.cpp
M libcxx/src/thread.cpp
Log Message:
-----------
[libc++] Fix missing #includes (#130536)
Adds missing includes that were detected when I tried to build libc++ as
a module.
Working towards #127012
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list