hanchenye-llvm-project/libcxx/include
Louis Dionne ec0dc70efc [libc++] Add more tests for operator<< on std::complex 2020-10-19 13:23:59 -04:00
..
experimental
ext [libc++] Remove workarounds for missing rvalue references 2020-08-12 12:02:28 -04:00
support
CMakeLists.txt [CMake] Use -isystem flag to access libc++ headers 2020-10-01 12:09:27 -07:00
__bit_reference
__bsd_locale_defaults.h
__bsd_locale_fallbacks.h
__config [libc++] Clean up logic around aligned/sized allocation and deallocation 2020-10-09 12:43:28 -04:00
__config_site.in [libc++] Allow building libc++ on platforms without a random device 2020-10-15 12:20:29 -04:00
__debug [libc++] NFCI: Remove the _LIBCPP_DEBUG_MODE helper macro 2020-10-02 15:11:23 -04:00
__errc
__functional_03
__functional_base
__functional_base_03
__hash_table [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
__libcpp_version Bump the trunk major version to 12 2020-07-15 12:05:05 +02:00
__locale [libc++] NFCI: Remove _LIBCPP_EXTERN_TEMPLATE2 2020-10-02 14:31:43 -04:00
__mutex_base [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
__node_handle
__nullptr
__split_buffer [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
__sso_allocator [libc++] Replace uses of __libcpp_allocate by std::allocator<> 2020-09-28 16:09:42 -04:00
__std_stream
__string Add optimization to basic_string::assign for compile-time known constant values. 2020-06-29 14:34:34 -04:00
__threading_support [libc++][NFC] Define functor's call operator inline 2020-08-27 14:20:34 -04:00
__tree [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
__tuple
__undef_macros
algorithm [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
any [libc++] Fix failures when running the test suite without RTTI 2020-09-21 20:17:24 -04:00
array [libc++] Remove some workarounds for C++03 2020-10-09 12:35:13 -04:00
atomic Re-split integral & pointer overloads. Add tests. 2020-09-11 12:13:35 -07:00
barrier
bit [libc++] NFC: Remove outdated numbering in <bit> synopsis 2020-05-28 14:31:21 -04:00
bitset
cassert
ccomplex
cctype
cerrno
cfenv
cfloat
charconv [libc++] Mark __u64toa and __u32toa as noexcept 2020-05-22 16:11:44 -04:00
chrono [libc++] Avoid UB in year_month_day_last::day() for incorrect months 2020-06-09 13:43:13 -04:00
cinttypes
ciso646
climits
clocale
cmath [libc++] [LWG3201] Update status page: lerp should be marked noexcept. 2020-05-25 22:28:21 +02:00
codecvt
compare Fix test failures with trunk clang 2020-09-29 17:10:07 -07:00
complex [libc++] Add more tests for operator<< on std::complex 2020-10-19 13:23:59 -04:00
complex.h
concepts
condition_variable
csetjmp
csignal
cstdarg
cstdbool
cstddef
cstdint
cstdio Reland: Don't expose unavailable cstdio functions. 2020-04-16 12:51:08 -07:00
cstdlib
cstring
ctgmath
ctime [libc++] Avoid including <sys/cdefs.h> on non-Apple platforms in <ctime> 2020-09-02 18:11:26 -04:00
ctype.h
cwchar
cwctype
deque [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
errno.h
exception
execution
fenv.h
filesystem
float.h
forward_list [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
fstream
functional [libc++] Avoid including <Block.h> from <functional> 2020-07-31 14:22:28 -04:00
future [libc++] Remove some workarounds for missing variadic templates 2020-09-17 11:05:39 -04:00
initializer_list
inttypes.h
iomanip
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
istream [libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 build 2020-09-23 08:56:00 -04:00
iterator [libc++] Remove unused includes of Availability.h 2020-10-07 18:03:40 -04:00
latch
limits
limits.h
list [libc++] NFCI: Simplify macro definitions for the debug mode 2020-10-02 15:11:23 -04:00
locale [libc++] Remove unused includes of Availability.h 2020-10-07 18:03:40 -04:00
locale.h
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 [libc++] Fix constexpr dynamic allocation on GCC 10 2020-09-28 17:44:31 -04:00
module.modulemap [libc++] Implement <numbers> 2020-06-19 14:25:02 +05:30
mutex
new [libc++] Clean up logic around aligned/sized allocation and deallocation 2020-10-09 12:43:28 -04:00
numbers [libc++] Require concepts support for <numbers> 2020-06-19 10:49:44 -04:00
numeric
optional
ostream [libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 build 2020-09-23 08:56:00 -04:00
queue
random [libc++] Reduce dependencies on <iostream> from <random> 2020-10-15 13:40:18 -04:00
ratio
regex [libc++] Fix some typos in the comment header for <regex> 2020-06-25 15:34:51 -04:00
scoped_allocator
semaphore
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
shared_mutex
span [libcxx] Remove swap for std::span 2020-05-20 14:34:21 -04:00
sstream [libc++] NFCI: Define small methods of basic_stringstream inline 2020-10-09 14:33:49 -04:00
stack
stdbool.h
stddef.h
stdexcept
stdint.h
stdio.h
stdlib.h Reland [libc++] Move abs and div into stdlib.h to fix header cycle. 2020-05-08 21:52:27 +02:00
streambuf
string [libc++] Make sure __clear_and_shrink() maintains string invariants 2020-10-07 09:16:59 -04:00
string.h
string_view [libc++] Add assert to check bounds in `constexpr string_view::operator[]` 2020-10-06 16:57:41 -04:00
strstream
system_error
tgmath.h
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
typeinfo [libc++] Fix the LIBCXX_HAS_MERGED_TYPEINFO_NAMES_DEFAULT setting 2020-05-29 06:14:30 -04:00
unordered_map [libc++] NFCI: Simplify macro definitions for the debug mode 2020-10-02 15:11:23 -04:00
unordered_set [libc++] NFCI: Simplify macro definitions for the debug mode 2020-10-02 15:11:23 -04: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++] NFC: Rename variant helpers to avoid name clashes 2020-10-05 16:41:25 -04:00
vector [libc++] NFCI: Simplify macro definitions for the debug mode 2020-10-02 15:11:23 -04:00
version [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
wchar.h [libc++] Add missing <stddef.h> include to <wchar.h> 2020-06-25 19:27:32 -04:00
wctype.h