llvm-project/libcxx/include
Louis Dionne 0ec73a61cc [libc++] NFC: Fix confusing indentation in <numeric> 2020-11-24 12:30:31 -05:00
..
experimental [libcxx] Resolve LWG 2724 protected -> private. 2020-11-23 14:27:22 -08:00
ext [libc++] Remove workarounds for missing rvalue references 2020-08-12 12:02:28 -04:00
support [libcxx] Port to NuttX (https://nuttx.apache.org) RTOS 2020-11-18 16:20:56 -05:00
CMakeLists.txt [libcxx] Port to NuttX (https://nuttx.apache.org) RTOS 2020-11-18 16:20:56 -05:00
__availability [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
__bit_reference [libc++] Fix ABI break in __bit_reference. 2020-02-19 12:02:06 -05:00
__bsd_locale_defaults.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
__bsd_locale_fallbacks.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
__config [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED. 2020-11-24 11:04:21 -05:00
__config_site.in [libc++] Clarify how we pick the typeinfo comparison 2020-11-18 16:58:45 -05:00
__debug [libc++] NFCI: Remove the _LIBCPP_DEBUG_MODE helper macro 2020-10-02 15:11:23 -04:00
__errc Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
__functional_03 [libc++] Properly mark std::function as deprecated in C++03 2020-03-10 17:45:39 -04:00
__functional_base [libc++] Fix unintended ADL inside ref(reference_wrapper<T>) and cref(reference_wrapper<T>) 2020-02-20 12:22:21 -05:00
__functional_base_03 Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
__hash_table Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
__libcpp_version Bump the trunk major version to 12 2020-07-15 12:05:05 +02:00
__locale [libcxx] Port to NuttX (https://nuttx.apache.org) RTOS 2020-11-18 16:20:56 -05:00
__mutex_base [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
__node_handle Avoid name conflict with kernel headers 2019-04-24 09:43:44 +00:00
__nullptr Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
__split_buffer Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
__sso_allocator [libc++] Replace uses of __libcpp_allocate by std::allocator<> 2020-09-28 16:09:42 -04:00
__std_stream Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
__string [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED. 2020-11-24 11:04:21 -05:00
__threading_support [gcc] Fix -Wempty-body warning. NFC. 2020-11-15 16:17:52 +01:00
__tree Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
__tuple Refactor default constructor SFINAE in pair and tuple. 2019-09-30 20:55:30 +00:00
__undef_macros Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
algorithm [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED. 2020-11-24 11:04:21 -05:00
any [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
array [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
atomic [gcc] Fix -Wempty-body warning. NFC. 2020-11-15 16:17:52 +01:00
barrier [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
bit [libcxx] Implement P1956 rename low-level bit functions 2020-11-24 17:37:06 +01:00
bitset Ensure bitset's string constructor doesn't poison the overload set. 2019-07-01 19:59:34 +00:00
cassert Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ccomplex Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cctype Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cerrno Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cfenv Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cfloat Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
charconv [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
chrono [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
cinttypes Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ciso646 Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
climits Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
clocale Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cmath [libc++] [LWG3201] Update status page: lerp should be marked noexcept. 2020-05-25 22:28:21 +02:00
codecvt Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings. 2020-03-17 18:59:54 +01:00
compare Fix test failures with trunk clang 2020-09-29 17:10:07 -07:00
complex [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
complex.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
concepts [libcxx] Adds [concept.same] 2020-04-08 18:00:13 -04:00
condition_variable Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
csetjmp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
csignal Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cstdarg Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cstdbool Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cstddef Avoid using std::max_align_t in pre-C++11 mode 2020-04-04 01:38:41 +02:00
cstdint Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cstdio Reland: Don't expose unavailable cstdio functions. 2020-04-16 12:51:08 -07:00
cstdlib Fix _LIBCPP_HAS_ definitions for Android. 2019-11-18 12:19:58 -08:00
cstring Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ctgmath Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ctime [libc++] Avoid including <sys/cdefs.h> on non-Apple platforms in <ctime> 2020-09-02 18:11:26 -04:00
ctype.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cwchar Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cwctype Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
deque Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
errno.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
exception [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
execution [pstl][libc++] Provide uglified header names for interface headers 2019-08-06 21:11:24 +00:00
fenv.h Mark fenv.h as a system header before the #include_next directive 2019-03-29 16:03:57 +00:00
filesystem [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
float.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
forward_list Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
fstream [libc++] Instantiate additional <iostream> members in the dylib 2020-11-12 13:52:47 -05:00
functional [libc++] Avoid including <Block.h> from <functional> 2020-07-31 14:22:28 -04:00
future [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
initializer_list [NFC][libcxx] Remove trailing whitespace 2019-05-29 16:01:36 +00:00
inttypes.h AIX system headers need stdint.h and inttypes.h to be re-enterable 2019-06-20 15:36:32 +00:00
iomanip [NFC][libcxx] Remove trailing whitespace 2019-05-29 16:01:36 +00:00
ios [libc++] Reduce dependencies on <iostream> from <random> 2020-10-15 13:40:18 -04:00
iosfwd [libc++] Reduce dependencies on <iostream> from <random> 2020-10-15 13:40:18 -04:00
iostream Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
istream [libc++] Drop old workaround for iostreams instantiations missing from the dylib 2020-10-22 14:51:25 -04:00
iterator [libc++] Remove unused includes of Availability.h 2020-10-07 18:03:40 -04:00
latch [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
limits Fix -Wdouble-promotion warnings. 2019-07-01 16:13:31 +00:00
limits.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
list Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
locale [libc++] Remove unused includes of Availability.h 2020-10-07 18:03:40 -04:00
locale.h [libc++] Move the #error message for no localization to <locale.h> 2020-10-28 09:49:37 -04:00
map Fixes complexity of map insert_or_assign with a hint. 2020-09-19 16:28:55 +02:00
math.h Reland [libc++] Move abs and div into stdlib.h to fix header cycle. 2020-05-08 21:52:27 +02:00
memory Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
module.modulemap [libc++] Implement <numbers> 2020-06-19 14:25:02 +05:30
mutex [libc++] Mark __call_once_proxy as hidden and internal 2019-11-11 10:27:48 -05:00
new [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
numbers [libc++] Require concepts support for <numbers> 2020-06-19 10:49:44 -04:00
numeric [libc++] NFC: Fix confusing indentation in <numeric> 2020-11-24 12:30:31 -05:00
optional [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
ostream [libc++] Drop old workaround for iostreams instantiations missing from the dylib 2020-10-22 14:51:25 -04:00
queue Rename __is_foo_iterator traits to reflect their Cpp17 nature. 2019-11-18 01:49:32 -05:00
random [libc++] Change requirements on linear_congruential_engine. 2020-11-10 18:23:22 -08:00
ratio Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
regex [libc++] Implements multiline regex support. 2020-11-18 18:17:36 +01:00
scoped_allocator Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
semaphore [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
set [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if. 2020-05-02 14:04:50 +02:00
setjmp.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
shared_mutex [libc++] Rework the whole availability markup implementation 2020-11-05 12:28:52 -05:00
span [libcxx] Remove swap for std::span 2020-05-20 14:34:21 -04:00
sstream [libc++] Instantiate additional <iostream> members in the dylib 2020-11-12 13:52:47 -05:00
stack [NFC][libcxx] Remove trailing whitespace 2019-05-29 16:01:36 +00:00
stdbool.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
stddef.h Avoid using std::max_align_t in pre-C++11 mode 2020-04-04 01:38:41 +02:00
stdexcept [libc++] NFC: Simplify incude of <cstdlib> 2020-11-11 17:04:32 -05:00
stdint.h AIX system headers need stdint.h and inttypes.h to be re-enterable 2019-06-20 15:36:32 +00:00
stdio.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
stdlib.h Reland [libc++] Move abs and div into stdlib.h to fix header cycle. 2020-05-08 21:52:27 +02:00
streambuf [libc++] Drop old workaround for iostreams instantiations missing from the dylib 2020-10-22 14:51:25 -04:00
string Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
string.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
string_view [libc++] Add assert to check bounds in `constexpr string_view::operator[]` 2020-10-06 16:57:41 -04:00
strstream Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
system_error Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings. 2020-03-17 18:59:54 +01:00
tgmath.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
thread [libc++] Work around gcc/Power9 bug in `include/thread` 2020-06-10 12:40:43 -04:00
tuple Add constexpr to pair 2020-09-02 21:21:24 +02:00
type_traits [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
typeindex Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
typeinfo [libc++] Clarify how we pick the typeinfo comparison 2020-11-18 16:58:45 -05:00
unordered_map [libc++] Implement P0919R3: heterogenous lookup for unordered containers 2020-11-11 17:44:42 -05:00
unordered_set [libc++] Implement P0919R3: heterogenous lookup for unordered containers 2020-11-11 17:44:42 -05:00
utility Add constexpr to pair 2020-09-02 21:21:24 +02:00
valarray [libc++] Replace uses of __libcpp_allocate by std::allocator<> 2020-09-28 16:09:42 -04:00
variant [libc++] Revert switch-based std::variant implementation again. 2020-11-17 23:09:31 -05:00
vector Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."" 2020-11-20 20:59:18 -05:00
version [libcxx] Implement P1956 rename low-level bit functions 2020-11-24 17:37:06 +01:00
wchar.h [libc++] Add missing <stddef.h> include to <wchar.h> 2020-06-25 19:27:32 -04:00
wctype.h [libc++] Only include_next <wctype.h> if it exists 2020-11-17 13:14:36 -05:00