llvm-capstone/libcxx/include
Louis Dionne bcca95da5e [libc++] Refactor the selection of string's ABI in __config
This doesn't change the selection, but it expands the conditions to
add comments and make it clearer what's happening. It also removes a
-Wundef instance when we checked __ARM_ARCH_7K__ >= 2 without checking
that it is defined in the first place.

Differential Revision: https://reviews.llvm.org/D153413
2023-06-21 17:53:57 -04:00
..
__algorithm [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
__atomic [libc++][NFC] Use _LIBCPP_STD_VER instead of __cpp_lib_atomic_is_always_lock_free 2023-05-13 16:27:03 -07:00
__bit [libc++] Add [[nodiscard]] extensions to the functions in <bit> 2023-06-13 08:01:34 -07:00
__charconv [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__chrono [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__compare [libc++] Module fixes for __synth_three_way. 2023-04-07 18:54:09 +02:00
__concepts [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
__condition_variable [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__coroutine [libc++] Add hide_from_abi check for classes 2023-04-16 15:23:23 +02:00
__debug_utils [libcxx] Add strict weak ordering checks to sorting algorithms 2023-06-04 19:27:31 +02:00
__exception [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__expected [libc++][NFC] Fix whitespace problems in the files added to ignore_format.txt in D151115 2023-05-23 08:44:10 -07:00
__filesystem [libc++][NFC] clang-format filesystem_error.h 2023-06-20 16:27:26 -04:00
__format [libc++][format] Adds formattable-with concept. 2023-06-21 08:05:33 +02:00
__functional [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__fwd [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
__ios [libc++] Revert "Protect users from relying on detail headers" & related changes 2022-03-01 08:20:24 -05:00
__iterator [libc++] Add concepts that ensure a given iterator meets the syntactic requirements 2023-06-09 08:38:22 -07:00
__locale_dir/locale_base_api [libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale_base_api/ 2023-04-21 05:36:41 +02:00
__mdspan [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
__memory [libc++] Introduce __make_uninitialized_buffer and use it instead of get_temporary_buffer 2023-06-16 07:53:56 -07:00
__memory_resource [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
__mutex [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__numeric [libc++][PSTL] Implement std::reduce and std::transform_reduce 2023-06-01 08:52:08 -07:00
__pstl/internal [libc++][PSTL] Implement std::replace{,_if,_copy,_copy_if} 2023-06-06 08:44:53 -07:00
__random [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__ranges [libc++][NFC] Rename iterator category checks to make it obvious that they check //only// the iterator category 2023-05-18 15:37:28 -07:00
__stop_token [libc++][NFC] Granularise <thread> header 2023-06-17 12:28:52 +01:00
__string [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__support [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__system_error [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__thread [libc++][NFC] Granularise <thread> header 2023-06-17 12:28:52 +01:00
__tuple [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__type_traits [libc++] Make sure our .clang-format is used for all languages 2023-06-20 15:00:53 -04:00
__utility [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__variant [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
experimental [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
ext [libc++] Add hide_from_abi check for classes 2023-04-16 15:23:23 +02:00
__assert [libc++] Remove #error about _LIBCPP_DEBUG 2023-02-07 07:42:33 -08:00
__availability [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
__bit_reference [libc++] Granularize <type_traits> includes 2023-03-08 22:05:04 +01:00
__config [libc++] Refactor the selection of string's ABI in __config 2023-06-21 17:53:57 -04:00
__config_site.in [libc++] Roll up fstream support into filesystem support 2023-06-07 08:04:58 -07:00
__debug [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__hash_table [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__locale [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__mbstate_t.h [libc++] Include "bits/alltypes.h" to provide mbstate_t when using musl libc 2023-05-30 17:59:32 -07:00
__node_handle [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
__pstl_algorithm [libc++][PSTL] Copy the headers into libc++ 2023-04-21 11:21:33 +02:00
__pstl_config_site.in [libc++][PSTL] Copy the headers into libc++ 2023-04-21 11:21:33 +02:00
__pstl_memory [libc++][PSTL] Copy the headers into libc++ 2023-04-21 11:21:33 +02:00
__pstl_numeric [libc++][PSTL] Copy the headers into libc++ 2023-04-21 11:21:33 +02:00
__split_buffer [libc++][NFC] Rename iterator category checks to make it obvious that they check //only// the iterator category 2023-05-18 15:37:28 -07:00
__std_mbstate_t.h [libc++] cuchar redeclares ::mbstate_t when it's in its own clang module 2023-05-01 13:48:20 -05:00
__threading_support [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
__tree [libc++][NFC] Rename iterator category checks to make it obvious that they check //only// the iterator category 2023-05-18 15:37:28 -07:00
__undef_macros [libc++] Assume that push_macro and pop_macro are available 2022-05-23 20:47:44 +02:00
__verbose_abort [libc++] Fix __verbose_abort in C++11 2023-04-28 15:30:08 -04:00
algorithm [libc++][PSTL] Implement std::is_partitioned 2023-06-15 11:23:07 -07:00
any [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
array [libc++][spaceship] Implement operator<=> for array 2023-05-08 17:03:06 +03:00
atomic [libc++] Granularize <atomic> includes 2023-03-10 13:28:29 +01:00
barrier [libc++] Add hide_from_abi check for classes 2023-04-16 15:23:23 +02:00
bit [libc++] Remove <cstdlib> includes 2023-04-09 02:52:33 +02:00
bitset [libc++][spaceship] P1612R2: Removed operator!= from bitset 2023-06-12 09:26:51 +03:00
cassert [libc++] Add missing __has_include checks for C headers not provided by libc++ 2022-11-23 09:50:14 -05:00
ccomplex [libc++] Ensure that all public C++ headers include <__assert> 2022-03-30 15:05:31 -04:00
cctype [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
cerrno [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
cfenv [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
cfloat [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
charconv [libc++] Move __errc to __system_error/errc.h 2023-04-10 19:23:42 +02:00
chrono [libc++][spaceship] P1614R2: Removed operator!= from weekdays 2023-06-12 22:22:22 +03:00
cinttypes [libc++][NFC] Fix some standard-mandated includes comments 2022-09-27 21:11:53 +02:00
ciso646 [libc++] Ensure that all public C++ headers include <__assert> 2022-03-30 15:05:31 -04:00
climits [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
clocale [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
CMakeLists.txt [libc++][NFC] Granularise <thread> header 2023-06-17 12:28:52 +01:00
cmath [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
codecvt [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
compare [libc++] Module fixes for __synth_three_way. 2023-04-07 18:54:09 +02:00
complex [libc++][spaceship] P1614R2: Removed ops from complex 2023-06-11 19:52:02 +03:00
complex.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
concepts [libc++] Granularize <type_traits> includes in <concepts> 2022-12-20 21:37:39 +01:00
condition_variable [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
coroutine [libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine> 2023-01-21 15:09:21 +01:00
csetjmp [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
csignal [libc++] Add missing __has_include checks for C headers not provided by libc++ 2022-11-23 09:50:14 -05:00
cstdarg [libc++] Add missing __has_include checks for C headers not provided by libc++ 2022-11-23 09:50:14 -05:00
cstdbool [libc++] Ensure that all public C++ headers include <__assert> 2022-03-30 15:05:31 -04:00
cstddef [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
cstdint [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
cstdio [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
cstdlib [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
cstring [libc++] Move constexpr <cstring> functions into their own headers and remove unused <cstring> includes 2023-02-21 16:56:29 +01:00
ctgmath [libc++] Ensure that all public C++ headers include <__assert> 2022-03-30 15:05:31 -04:00
ctime [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
ctype.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
cuchar [libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8 in <cuchar> if available. 2022-09-10 21:10:33 -04:00
cwchar [libc++] Forward to std::{,w}memchr in std::find 2023-05-25 07:59:50 -07:00
cwctype [libc++] Diagnose when header search paths are set up incorrectly 2022-08-17 14:05:26 -04:00
deque [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
errno.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
exception [libc++] Granularize <exception> 2023-03-12 22:19:41 +01:00
execution [libc++][PSTL] Add more specialized backend customization points 2023-05-11 13:54:28 -07:00
expected [libc++] Implement std::expected P0323R12 2022-12-14 15:43:42 +00:00
fenv.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
filesystem [libc++][spaceship] P1614R2: Added operator== to file_status 2023-06-12 19:53:50 +03:00
float.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
format [libc++][format] Removes the experimental status. 2023-05-24 17:16:22 +02:00
forward_list [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
fstream [libc++] Rename availability macros for <filesystem> 2023-06-07 11:31:29 -07:00
functional [libc++][spaceship] P1614R2: Removed operator!= from functional 2023-06-12 19:48:42 +03:00
future [libc++][NFC] Granularise <thread> header 2023-06-17 12:28:52 +01:00
initializer_list [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
inttypes.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
iomanip [libc++] Add clang-tidy check for version checks 2023-03-08 15:17:25 +01:00
ios [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
iosfwd [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
iostream [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
istream Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes that we have instantiated externally" 2023-05-24 08:48:18 -07:00
iterator [libc++] Remove <cstdlib> includes 2023-04-09 02:52:33 +02:00
latch [libc++] Add hide_from_abi check for classes 2023-04-16 15:23:23 +02:00
libcxx.imp [libc++] Utilities for implementing stop_token 2023-05-17 07:21:40 +01:00
limits [libc++] Granularize <type_traits> includes in <utility> 2022-12-22 23:17:47 +01:00
limits.h [libc++] Don't workaround GCC issue on non-GCC compilers 2022-11-21 16:08:50 -05:00
list [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
locale [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
locale.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
map [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
math.h [libc++] Remove Solaris related code 2023-05-05 08:39:51 -04:00
mdspan [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
memory [libc++][spaceship] P1614R2: Removed global operator!= from allocator 2023-06-12 09:41:56 +03:00
memory_resource [libc++][spaceship] P1614R2: Removed ops from memory_resource, polymorphic_allocator 2023-06-11 19:49:35 +03:00
module.modulemap.in [libc++][NFC] Granularise <thread> header 2023-06-17 12:28:52 +01:00
mutex [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
new [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
numbers [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
numeric [libc++][PSTL] Implement std::reduce and std::transform_reduce 2023-06-01 08:52:08 -07:00
optional [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
ostream Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes that we have instantiated externally" 2023-05-24 08:48:18 -07:00
queue [libc++][spaceship] Implement operator<=> for queue 2023-06-06 08:41:56 +03:00
random [libc++] Remove <cstdlib> includes 2023-04-09 02:52:33 +02:00
ranges [libc++] Updates C++2b to C++23. 2023-05-23 18:44:41 +02:00
ratio [libc++] "Implements" new SI prefixis. 2023-06-19 17:04:35 +02:00
regex [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
scoped_allocator [libc++][spaceship] P1614R2: Removed operator!= from scoped_allocator_adaptor 2023-06-12 19:51:27 +03:00
semaphore [libc++] Granularize <atomic> includes 2023-03-10 13:28:29 +01:00
set [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
setjmp.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
shared_mutex [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
source_location [libc++] Don't try to provide source_location on AppleClang 1403 2023-03-28 09:53:07 -04:00
span [libc++] Remove redundant assertion in std::span::subspan 2023-04-14 16:20:25 +01:00
sstream Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes that we have instantiated externally" 2023-05-24 08:48:18 -07:00
stack [libc++][spaceship] Implement operator<=> for stack 2023-06-10 07:37:36 +03:00
stdatomic.h [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
stdbool.h [libc++][NFC] Consistently use newline between license and include guard 2022-11-25 10:25:17 -05:00
stddef.h Revert "[libc++] Remove workarounds for systems that used to require __need_XXX macros" 2022-11-22 20:46:38 +09:00
stdexcept [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
stdint.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
stdio.h Revert "[libc++] Remove workarounds for systems that used to require __need_XXX macros" 2022-11-22 20:46:38 +09:00
stdlib.h [libc++] Remove Solaris related code 2023-05-05 08:39:51 -04:00
stop_token [libc++] Implement stop_token 2023-06-05 15:10:36 +01:00
streambuf Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes that we have instantiated externally" 2023-05-24 08:48:18 -07:00
string [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
string_view [libc++] Updates C++2b to C++23. 2023-05-23 18:44:41 +02:00
string.h [libc++] Remove Solaris related code 2023-05-05 08:39:51 -04:00
strstream [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
system_error [libc++] Move __errc to __system_error/errc.h 2023-04-10 19:23:42 +02:00
tgmath.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
thread [libc++][NFC] Granularise <thread> header 2023-06-17 12:28:52 +01:00
tuple [libc++] Gives ignore external linkage. 2023-05-31 17:22:52 +02:00
type_traits [libc++] Untangles invoke. 2023-05-24 07:51:27 +02:00
typeindex [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
typeinfo [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
uchar.h [libc++] cuchar redeclares ::mbstate_t when it's in its own clang module 2023-05-01 13:48:20 -05:00
unordered_map [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
unordered_set [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
utility [libc++] Updates C++2b to C++23. 2023-05-23 18:44:41 +02:00
valarray [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
variant [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07:00
vector [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
version [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
wchar.h [libc++] Consistently enable __CORRECT_ISO_CPP_WCHAR_H_PROTO in mbstate. 2023-05-10 15:43:38 -07:00
wctype.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00