hanchenye-llvm-project/libcxx/include
Eric Fiselier 05019eb79f Fix feature test macros for atomics/mutexes without threading
llvm-svn: 351291
2019-01-16 02:10:28 +00:00
..
experimental Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 2019-01-16 01:51:12 +00:00
ext
support Fix Shadowing warning on Windows 2018-10-01 02:54:08 +00:00
CMakeLists.txt [libcxx] Remove dynarray 2018-11-28 18:02:00 +00:00
__bit_reference Refactor the newly created <bit> header. Still (almost) NFC. Reviewed as https://reviews.llvm.org/D50876 2018-08-17 17:27:25 +00:00
__bsd_locale_defaults.h Add system header pragma to BSD locale fallback headers. 2017-08-03 02:50:43 +00:00
__bsd_locale_fallbacks.h [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY 2018-07-11 23:14:33 +00:00
__config Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 2019-01-16 01:51:12 +00:00
__config_site.in Make libc++'s versioning namespace customizable 2018-10-30 21:44:53 +00:00
__debug [libc++] Make sure we can build libc++ with -fvisibility=hidden 2018-10-25 12:13:43 +00:00
__errc [libc++] Lift std::errc into a separated header 2018-07-03 03:25:10 +00:00
__functional_03 [libcxx] func.wrap.func.con: Unset function before destroying anything 2018-04-25 23:38:41 +00:00
__functional_base [libc++] Make sure we can build libc++ with -fvisibility=hidden 2018-10-25 12:13:43 +00:00
__functional_base_03
__hash_table [libc++] Improve diagnostics for non-const comparators and hashers in associative containers 2018-12-06 21:46:17 +00:00
__libcpp_version Update version to 8.0.0svn: cmake, includes files and docs 2018-08-01 13:54:28 +00:00
__locale [libc++] Make sure we can build libc++ with -fvisibility=hidden 2018-10-25 12:13:43 +00:00
__mutex_base [libc++] Make sure we can build libc++ with -fvisibility=hidden 2018-10-25 12:13:43 +00:00
__node_handle Second half of C++17's splicing maps and sets 2018-10-31 17:31:35 +00:00
__nullptr [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY 2018-07-11 23:14:33 +00:00
__split_buffer [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows 2017-05-31 22:07:49 +00:00
__sso_allocator Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 2019-01-16 01:51:12 +00:00
__std_stream [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows 2017-05-31 22:07:49 +00:00
__string Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
__threading_support Fix typo 2018-09-17 07:40:42 +00:00
__tree [libc++] Improve diagnostics for non-const comparators and hashers in associative containers 2018-12-06 21:46:17 +00:00
__tuple Change from a to a . Fixes PR#39871. 2019-01-11 21:57:12 +00:00
__undef_macros [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows 2017-05-31 22:07:49 +00:00
algorithm [libcxx] Speeding up partition_point/lower_bound/upper_bound 2018-12-17 16:04:39 +00:00
any [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast 2018-11-19 15:37:04 +00:00
array Change from a to a . Fixes PR#39871. 2019-01-11 21:57:12 +00:00
atomic Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
bit Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
bitset [libcxx] Call __count_bool_true for bitset count 2019-01-11 17:31:17 +00:00
cassert
ccomplex
cctype
cerrno
cfenv
cfloat Test for the presence of a bunch of new macros for c++17. These macros come from C11. Part of P0063 2018-07-31 23:29:06 +00:00
charconv Run the min/max tests agaist the header <charconv>. Fix that header so it passes. NFC. 2018-10-26 01:00:56 +00:00
chrono Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as D56494 2019-01-11 15:12:04 +00:00
cinttypes
ciso646
climits
clocale
cmath Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
codecvt [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY 2018-07-11 23:14:33 +00:00
compare [libc++] Declare <compare> operators with the proper visibility attribute 2018-07-10 13:21:03 +00:00
complex Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
complex.h
condition_variable
csetjmp
csignal
cstdarg
cstdbool
cstddef Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
cstdint
cstdio
cstdlib Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 2018-08-15 21:19:08 +00:00
cstring
ctgmath
ctime Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 2018-08-15 21:19:08 +00:00
ctype.h
cwchar
cwctype
deque Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
errno.h
exception [libcxx] Mark stray symbols as hidden to try and fix the build 2018-11-21 17:00:52 +00:00
filesystem Implement LWG 3065: Make path operators friends. 2018-12-21 04:09:01 +00:00
float.h Test for the presence of a bunch of new macros for c++17. These macros come from C11. Part of P0063 2018-07-31 23:29:06 +00:00
forward_list Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
fstream Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content. 2019-01-08 02:48:45 +00:00
functional Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 2019-01-16 01:51:12 +00:00
future [libc++] Remove race condition in std::async 2018-08-24 14:00:59 +00:00
initializer_list [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY 2018-07-11 23:14:33 +00:00
inttypes.h
iomanip Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
ios [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY 2018-07-11 23:14:33 +00:00
iosfwd Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
iostream
istream Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
iterator Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report 2018-11-13 05:33:31 +00:00
limits Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
limits.h
list Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
locale [libcxx] Mark do_open, do_get and do_close parameters unused when catopen is missing 2019-01-13 22:15:37 +00:00
locale.h
map Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
math.h [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY 2018-07-11 23:14:33 +00:00
memory Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 2019-01-16 01:51:12 +00:00
module.modulemap [libcxx] Remove dynarray 2018-11-28 18:02:00 +00:00
mutex Annotate scoped_lock as with scoped_lockable attribute 2018-10-09 23:42:29 +00:00
new [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
numeric Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
optional [libcxx] Reorganize tests since the application of P0602R4 2019-01-10 20:06:11 +00:00
ostream Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
queue Deduction guides for the container adaptors - queue, stack, and priority_queue 2018-05-22 01:57:53 +00:00
random [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback 2018-08-16 23:56:54 +00:00
ratio Implement most of P0607: Inline Variables for the Standard Library. This involved marking a lot of variables as inline (but only for C++17 and later). 2018-01-02 17:17:01 +00:00
regex [regex] Use distinct __regex_word on NetBSD 2018-12-16 09:18:26 +00:00
scoped_allocator Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
set Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
setjmp.h
shared_mutex [libcxx] Provide thread annotations for shared_mutex 2018-11-09 23:32:25 +00:00
span Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions 2018-11-27 16:35:41 +00:00
sstream [NFC][libc++] Consistently use spaces to indent 2018-08-03 22:36:53 +00:00
stack Deduction guides for the container adaptors - queue, stack, and priority_queue 2018-05-22 01:57:53 +00:00
stdbool.h
stddef.h Teach libc++ to use native NetBSD's max_align_t 2018-08-20 22:29:20 +00:00
stdexcept [NFC][libc++] Consistently use spaces to indent 2018-08-03 22:36:53 +00:00
stdint.h
stdio.h libcxx: Rename vasprintf function to __libcpp_vasprintf. 2018-01-23 18:53:33 +00:00
stdlib.h
streambuf [libcxx] Don't depend on availability markup to provide the streams in the dylib 2018-12-06 00:24:58 +00:00
string Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
string.h
string_view Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
strstream
system_error [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY 2018-08-01 02:08:59 +00:00
tgmath.h Implement LWG 2835 - fix <tgmath.h> 2018-02-12 19:13:24 +00:00
thread [libc++] Make sure we can build libc++ with -fvisibility=hidden 2018-10-25 12:13:43 +00:00
tuple Change from a to a . Fixes PR#39871. 2019-01-11 21:57:12 +00:00
type_traits Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 2019-01-16 01:51:12 +00:00
typeindex
typeinfo [libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO 2018-12-21 20:14:43 +00:00
unordered_map Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
unordered_set Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
utility Fix PR40230 - std::pair may have padding on FreeBSD. 2019-01-16 01:54:34 +00:00
valarray Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 2019-01-16 01:51:12 +00:00
variant [libcxx] Reorganize tests since the application of P0602R4 2019-01-10 20:06:11 +00:00
vector Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
version Fix feature test macros for atomics/mutexes without threading 2019-01-16 02:10:28 +00:00
wchar.h [libc++] Account for Microsoft CRT const overloads 2017-09-15 18:49:34 +00:00
wctype.h