llvm-capstone/libcxx/include
Louis Dionne 5b666cf11e [libc++] Fix thread annotations on shared_mutex and shared_timed_mutex
Based on the comment in https://reviews.llvm.org/D54290#4418958, these
attributes need to be on the top-level functions in order to work
properly. Also, add tests.

Fixes http://llvm.org/PR57035.

Differential Revision: https://reviews.llvm.org/D154354
2023-07-06 08:37:10 -04:00
..
__algorithm [libc++][Modules] Add missing submodules 2023-07-05 09:51:11 -07: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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__charconv [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__chrono [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__debug_utils [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__filesystem [libc++][Modules] Make module exports consistent with header includes 2023-06-29 15:37:03 -07:00
__format [libc++][format] Implements formatting pointer. 2023-07-05 18:23:31 +02:00
__functional [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__fwd [libc++][mdspan] Implement layout_left 2023-06-29 14:01:08 -06:00
__ios
__iterator [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -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 [libc++][mdspan] Implement layout_left 2023-06-29 14:01:08 -06:00
__memory [libc++] Revert __uninitialized_buffer changes 2023-06-30 09:17:24 -04:00
__memory_resource [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__pstl/internal [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__random [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__ranges [libc++][Modules] Make module exports consistent with header includes 2023-06-29 15:37:03 -07:00
__stop_token [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
__string [libc++] Fix std::copy and std::move for ranges with potentially overlapping tail padding 2023-06-30 13:48:16 -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++][Modules] Make module exports consistent with header includes 2023-06-29 15:37:03 -07:00
__thread [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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 correct misspelled _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H to _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H 2023-06-30 13:51:48 -07:00
__utility [libc++] Fix std::copy and std::move for ranges with potentially overlapping tail padding 2023-06-30 13:48:16 -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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
ext [libc++] Add hide_from_abi check for classes 2023-04-16 15:23:23 +02:00
__assert [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07: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++][hardening] Add an ABI macro _LIBCPP_ABI_BOUNDED_ITERATORS. 2023-06-27 16:41:29 -07:00
__config_site.in [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07:00
__hash_table Use hash value checks optimizations consistently 2023-07-04 21:01:08 +02:00
__locale [libc++] Add missing includes 2023-07-03 09:40:09 -04: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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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++] Disable tree invariant check in asserts mode 2023-07-04 15:36:15 +02: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++] Remove the legacy debug mode. 2023-06-29 14:49:51 -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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07: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++] Fix std::copy and std::move for ranges with potentially overlapping tail padding 2023-06-30 13:48:16 -07: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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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++] Expand the contents of LIBCXX_ENABLE_FILESYSTEM 2023-06-27 09:18:40 -04: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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
functional [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07:00
future [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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 the legacy debug mode. 2023-06-29 14:49:51 -07:00
latch [libc++] add basic runtime assertions to <latch> 2023-07-05 17:34:23 -04:00
libcxx.imp [libc++] Utilities for implementing stop_token 2023-05-17 07:21:40 +01:00
limits [libc++] Remove the type_traits includes from limits and new 2023-06-24 10:54:53 -07:00
limits.h [libc++] Don't workaround GCC issue on non-GCC compilers 2022-11-21 16:08:50 -05:00
list [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07:00
locale [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07:00
locale.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
map [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
math.h [libc++] Remove Solaris related code 2023-05-05 08:39:51 -04:00
mdspan [libc++][mdspan] Implement layout_left 2023-06-29 14:01:08 -06: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++][Modules] Remove explicit exports from modules that export * 2023-07-05 09:52:02 -07: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++] Remove the type_traits includes from limits and new 2023-06-24 10:54:53 -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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -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 missing includes 2023-07-03 09:40:09 -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++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07:00
setjmp.h [libc++] Only include_next C library headers when they exist 2022-11-17 10:30:20 -05:00
shared_mutex [libc++] Fix thread annotations on shared_mutex and shared_timed_mutex 2023-07-06 08:37:10 -04: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 the legacy debug mode. 2023-06-29 14:49:51 -07:00
sstream [NFC][libc++] Fix whitespace in sstream 2023-07-04 20:42:08 +02: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++][ranges] Implement the changes to basic_string from P1206 (ranges::to): 2023-07-05 14:50:59 -07:00
string_view [libc++][hardening][NFC] Introduce _LIBCPP_ASSERT_UNCATEGORIZED. 2023-06-28 15:10:31 -07: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++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07:00
unordered_set [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07: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++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07:00
version [libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move only types) 2023-06-25 08:15:52 +08:00
wchar.h [libc++] Consistently enable __CORRECT_ISO_CPP_WCHAR_H_PROTO in mbstate. 2023-05-10 15:43:38 -07:00
wctype.h