..
__memory
[libc++] Rationalize our treatment of contiguous iterators and __unwrap_iter().
2021-02-03 16:28:38 -05:00
__support
[libc++] Rename include/support to include/__support
2021-02-04 10:16:33 -05:00
experimental
[libc++] Update and normalize the "all the headers" tests.
2020-12-03 15:01:38 -05:00
ext
__availability
[libc++] Make feature-test macros consistent with availability macros
2021-02-04 11:40:22 -05:00
__bit_reference
[libc++] Introduce __bits
2021-01-22 21:20:23 +01:00
__bits
[libc++] Introduce __bits
2021-01-22 21:20:23 +01:00
__bsd_locale_defaults.h
__bsd_locale_fallbacks.h
__config
Bump the trunk major version to 13
2021-01-26 19:37:55 -08:00
__config_site.in
[libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent
2021-01-19 14:15:48 -05:00
__debug
[libc++] Consistently replace ::new(__p) T
with ::new ((void*)__p) T
. NFCI.
2020-12-14 12:08:34 -05:00
__errc
__functional_03
[libc++] Consistently replace ::new(__p) T
with ::new ((void*)__p) T
. NFCI.
2020-12-14 12:08:34 -05:00
__functional_base
[libc++] [LWG2993] reference_wrapper<T> conversion from U&&
2021-02-09 15:50:25 -05:00
__functional_base_03
[libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls.
2020-12-14 12:08:34 -05:00
__hash_table
[libc++] Fix some one-off typos in comments. NFCI.
2020-12-14 09:54:58 -05:00
__libcpp_version
[libcxx] Update include/__libcpp_version to match include/__config
2021-01-27 15:16:55 +00:00
__locale
[libc++] Rename include/support to include/__support
2021-02-04 10:16:33 -05:00
__mutex_base
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
2021-01-06 18:23:50 -05:00
__node_handle
__nullptr
__split_buffer
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
__sso_allocator
[libc++] Replace several uses of 0 by nullptr
2020-11-27 10:00:21 -05:00
__std_stream
__string
[libc++] Add noexcept
to string::find
and similar members.
2021-02-09 11:47:40 -08:00
__threading_support
[libc++] Fix copy-paste mistake in __threading_support
2021-02-10 11:00:32 -05:00
__tree
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
2021-01-06 18:23:50 -05:00
__tuple
__undef_macros
algorithm
[libc++] Further improve the contiguous-iterator story, and fix some bugs.
2021-02-05 15:18:04 -05:00
any
array
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
2021-01-06 18:23:50 -05:00
atomic
[libc++] Fix for the Bug 41784
2021-02-01 10:14:22 -05:00
barrier
[libc++] [docs] Mark P1865 as complete since 11.0 as it was implemented together with P1135. Fix synopses in <barrier> and <latch>.
2020-12-06 15:36:52 +01:00
bit
[libc++] Rename include/support to include/__support
2021-02-04 10:16:33 -05:00
bitset
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
2021-01-06 18:23:50 -05:00
cassert
ccomplex
cctype
cerrno
cfenv
cfloat
charconv
[libc++] Include C++ headers, not C headers, in <charconv>.
2020-12-10 22:03:12 -05:00
chrono
[libc++] Replace several uses of 0 by nullptr
2020-11-27 10:00:21 -05:00
cinttypes
ciso646
climits
clocale
CMakeLists.txt
[libc++] Rename include/support to include/__support
2021-02-04 10:16:33 -05:00
cmath
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
codecvt
[libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.
2020-12-02 09:01:58 +01:00
compare
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
complex
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
complex.h
concepts
[libcxx] adds concepts std::invocable
and std::regular_invocable
2021-02-10 19:35:53 +00:00
condition_variable
csetjmp
csignal
cstdarg
cstdbool
cstddef
cstdint
cstdio
cstdlib
cstring
ctgmath
ctime
ctype.h
cwchar
cwctype
deque
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
errno.h
exception
[libc++] Split allocator_traits and pointer_traits out of <memory>
2020-12-14 16:13:57 -05:00
execution
fenv.h
filesystem
[libc++] Remove the ability to use braced-init for filesystem paths
2021-02-04 11:49:00 -05:00
float.h
format
Revert "[libc++][format] Add basic_format_parse_context."
2021-02-01 21:18:11 +00:00
forward_list
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
fstream
[libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent
2021-01-19 14:15:48 -05:00
functional
[libc++] [LWG2993] reference_wrapper<T> conversion from U&&
2021-02-09 15:50:25 -05:00
future
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
2021-01-06 18:23:50 -05:00
initializer_list
inttypes.h
iomanip
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
2021-01-06 18:23:50 -05:00
ios
[libc++] Replace several uses of 0 by nullptr
2020-11-27 10:00:21 -05:00
iosfwd
Add new 'preferred_name' attribute.
2020-12-09 12:22:35 -08:00
iostream
istream
[libc++] Replace several uses of 0 by nullptr
2020-11-27 10:00:21 -05:00
iterator
[libc++] Rationalize our treatment of contiguous iterators and __unwrap_iter().
2021-02-03 16:28:38 -05:00
latch
[libc++] [docs] Mark P1865 as complete since 11.0 as it was implemented together with P1135. Fix synopses in <barrier> and <latch>.
2020-12-06 15:36:52 +01:00
limits
[libc++] Rename include/support to include/__support
2021-02-04 10:16:33 -05:00
limits.h
list
[libc++] Fix some one-off typos in comments. NFCI.
2020-12-14 09:54:58 -05:00
locale
[libcxx] Check return value for asprintf()
2021-01-21 19:43:11 -05:00
locale.h
map
math.h
[libc++] Use builtins in more math.h functions.
2021-02-10 15:17:42 -05:00
memory
[libc++] Rationalize our treatment of contiguous iterators and __unwrap_iter().
2021-02-03 16:28:38 -05:00
module.modulemap
[libc++] Implement format_error.
2021-01-28 18:02:53 +01:00
mutex
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
2021-01-06 18:23:50 -05:00
new
[libc++] Use c++20 instead of c++2a consistently.
2021-01-07 13:11:33 +01:00
numbers
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
numeric
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
optional
[libc++] Consistently replace ::new(__p) T
with ::new ((void*)__p) T
. NFCI.
2020-12-14 12:08:34 -05:00
ostream
queue
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.
2021-01-19 08:22:06 +01:00
random
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.
2021-01-19 08:22:06 +01:00
ratio
regex
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.
2021-01-19 08:22:06 +01:00
scoped_allocator
semaphore
[libc++] Fix some one-off typos in comments. NFCI.
2020-12-14 09:54:58 -05:00
set
setjmp.h
shared_mutex
span
[libc++] Consistently unparenthesize numeric_limits<T>::max
. NFCI.
2020-11-27 17:27:36 -05:00
sstream
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.
2021-01-19 08:22:06 +01:00
stack
stdbool.h
stddef.h
stdexcept
[libc++] NFC: Simplify incude of <cstdlib>
2020-11-11 17:04:32 -05:00
stdint.h
stdio.h
stdlib.h
streambuf
[libc++] Replace several uses of 0 by nullptr
2020-11-27 10:00:21 -05:00
string
[libc++] Add noexcept
to string::find
and similar members.
2021-02-09 11:47:40 -08:00
string_view
[libc++] Add noexcept
to string::find
and similar members.
2021-02-09 11:47:40 -08:00
string.h
strstream
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.
2021-01-19 08:22:06 +01:00
system_error
[libc++] Replace several uses of 0 by nullptr
2020-11-27 10:00:21 -05:00
tgmath.h
thread
[libc++] ADL-proof <thread>, and eliminate using namespace chrono
.
2020-12-01 22:13:39 -05:00
tuple
type_traits
[libc++] Support immovable return types in std::function.
2021-01-25 19:34:41 -05:00
typeindex
typeinfo
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
unordered_map
[libc++] Consistently replace std::
qualification with _VSTD::
or nothing. NFCI.
2020-12-01 22:13:39 -05:00
unordered_set
[libc++] Implement P0919R3: heterogenous lookup for unordered containers
2020-11-11 17:44:42 -05:00
utility
[libc++] Add std::hash<char8_t> specialization if char8_t is enabled
2020-12-08 13:46:18 -05:00
valarray
[libc++] Consistently replace ::new(__p) T
with ::new ((void*)__p) T
. NFCI.
2020-12-14 12:08:34 -05:00
variant
libcxx: Try to fix build after D92044
2021-01-25 15:10:41 -05:00
vector
[libc++] ADL-proof by adding _VSTD:: qualifications to memmove etc.
2020-12-10 22:03:12 -05:00
version
[libc++] Make feature-test macros consistent with availability macros
2021-02-04 11:40:22 -05:00
wchar.h
wctype.h
[libc++] Only include_next <wctype.h> if it exists
2020-11-17 13:14:36 -05:00