..
__algorithm
[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
2022-02-15 10:38:21 -05:00
__bit
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__charconv
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__chrono
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__compare
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__concepts
[libc++][ranges] Implement rbegin, rend, crbegin and crend.
2022-02-14 03:29:59 -08:00
__coroutine
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__filesystem
[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
2022-02-15 10:38:21 -05:00
__format
[libc++][NFC] Fix typo in comment
2022-02-14 18:26:10 -05:00
__functional
[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
2022-02-15 10:38:21 -05:00
__ios
[libc++] Move fpos into its own header
2022-02-04 21:53:43 +01:00
__iterator
[libc++][ranges] Implement Ranges changes to `istream{,buf}_iterator`.
2022-02-15 16:59:42 -08:00
__memory
[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
2022-02-15 10:38:21 -05:00
__numeric
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__random
[libc++] Guard warning pragmas
2022-02-15 00:41:11 +01:00
__ranges
[libc++] Remove conditional noexcepts from view_interface.
2022-02-15 11:12:42 -05:00
__support
[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode
2022-02-07 17:51:05 -05:00
__thread
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__utility
[libc++] Implement P0627R6 (Function to mark unreachable code)
2022-02-14 20:52:51 +01:00
__variant
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
experimental
[libc++] Remove <experimental/filesystem> header
2022-02-12 19:43:57 -05:00
ext
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
CMakeLists.txt
[libc++] Revert <stdatomic.h> changes
2022-02-15 12:59:14 -05:00
__availability
[libc++][NFC] Remove redundant comment about availability of std::format
2022-02-14 14:28:26 -05:00
__bit_reference
[libc++][P2321R2] Add vector<bool>::reference::operator=(bool) const
2022-02-10 20:27:46 +01:00
__bits
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__bsd_locale_defaults.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__bsd_locale_fallbacks.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__config
[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.
2022-02-15 10:39:41 -05:00
__config_site.in
[libc++] Remove _LIBCPP_ABI_UNSTABLE
2022-02-08 15:18:09 -05:00
__debug
[libc++] Fix modules and benchmarks CI builds when incomplete features are disabled
2022-02-08 15:15:07 -05:00
__errc
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__hash_table
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__libcpp_version
Bump the trunk major version to 15
2022-02-01 23:54:52 -08:00
__locale
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__mbstate_t.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__mutex_base
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__node_handle
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__split_buffer
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__std_stream
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__string
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__threading_support
[libc++] Revert the addition of _LIBCPP_HIDE_FROM_ABI and inline in __threading_support
2022-02-11 15:54:02 -05:00
__tree
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__tuple
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
__undef_macros
[runtimes][NFC] Remove filenames at the top of the license notice
2021-11-17 16:30:52 -05:00
algorithm
[libc++][ranges] Implement ranges::min_element
2022-02-11 17:20:27 +01:00
any
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
array
[libc++] Implement P0627R6 (Function to mark unreachable code)
2022-02-14 20:52:51 +01:00
atomic
[libc++] Revert <stdatomic.h> changes
2022-02-15 12:59:14 -05:00
barrier
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
bit
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
bitset
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
cassert
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
ccomplex
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cctype
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cerrno
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cfenv
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cfloat
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
charconv
[libc++] Implement P0627R6 (Function to mark unreachable code)
2022-02-14 20:52:51 +01:00
chrono
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cinttypes
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
ciso646
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
climits
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
clocale
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cmath
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
codecvt
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
compare
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
complex
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
complex.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
concepts
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
condition_variable
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
coroutine
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
csetjmp
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
csignal
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cstdarg
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cstdbool
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cstddef
[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode
2022-02-07 17:51:05 -05:00
cstdint
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cstdio
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cstdlib
[libc++] Implement P0627R6 (Function to mark unreachable code)
2022-02-14 20:52:51 +01:00
cstring
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
ctgmath
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
ctime
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
ctype.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cwchar
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
cwctype
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
deque
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
errno.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
exception
[libc++] Guard warning pragmas
2022-02-15 00:41:11 +01:00
execution
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
fenv.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
filesystem
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
float.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
format
[libc++][format][nfc] Header cleanup.
2022-02-09 17:12:04 +01:00
forward_list
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
fstream
[libc++] Implement P0627R6 (Function to mark unreachable code)
2022-02-14 20:52:51 +01:00
functional
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
future
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
initializer_list
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
inttypes.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
iomanip
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
ios
[libc++] Move fpos into its own header
2022-02-04 21:53:43 +01:00
iosfwd
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
iostream
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
istream
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
iterator
[libc++][ranges] Implement Ranges changes to `istream{,buf}_iterator`.
2022-02-15 16:59:42 -08:00
latch
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
limits
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
limits.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
list
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
locale
[libc++] Guard warning pragmas
2022-02-15 00:41:11 +01:00
locale.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
map
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
math.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
memory
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
module.modulemap
[libc++] Revert <stdatomic.h> changes
2022-02-15 12:59:14 -05:00
mutex
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
new
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
numbers
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
numeric
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
optional
[libc++] Allow backdeployment CI to run on newer macOS
2022-02-15 11:34:22 -05:00
ostream
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
queue
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
random
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
ranges
[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
2022-02-15 10:38:21 -05:00
ratio
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
regex
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
scoped_allocator
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
semaphore
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
set
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
setjmp.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
shared_mutex
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
span
[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
2022-02-15 10:38:21 -05:00
sstream
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
stack
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
stdbool.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
stddef.h
[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode
2022-02-07 17:51:05 -05:00
stdexcept
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
stdint.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
stdio.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
stdlib.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
streambuf
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
string
[libc++] Temporarily silence failing debug mode test
2022-02-15 15:49:29 -05:00
string.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
string_view
[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
2022-02-15 10:38:21 -05:00
strstream
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
system_error
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
tgmath.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
thread
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
tuple
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
type_traits
[libc++] Remove unused code paths for non-existent builtins
2022-02-04 15:51:42 -05:00
typeindex
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
typeinfo
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
unordered_map
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
unordered_set
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
utility
[libc++] Implement P0627R6 (Function to mark unreachable code)
2022-02-14 20:52:51 +01:00
valarray
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
variant
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
vector
[libc++] Remove __functional_base
2022-02-11 19:16:01 +01:00
version
[libc++] Revert <stdatomic.h> changes
2022-02-15 12:59:14 -05:00
wchar.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00
wctype.h
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
2022-02-04 12:27:19 -05:00