hanchenye-llvm-project/libcxx/include
Marshall Clow 1c4526757e Detect relaxed constexpr rules for gcc versions
llvm-svn: 250802
2015-10-20 07:37:11 +00:00
..
experimental Fix initialzation order in dynarray 2015-10-01 07:29:38 +00:00
ext Fix warnings about pessimizing return moves for C++11 and higher 2015-08-19 06:43:33 +00:00
support
CMakeLists.txt [libcxx] Capture configuration information when installing the libc++ headers 2015-10-13 22:12:02 +00:00
__bit_reference
__config Detect relaxed constexpr rules for gcc versions 2015-10-20 07:37:11 +00:00
__config_site.in ABI versioning macros for libc++. 2015-10-13 23:48:28 +00:00
__debug
__functional_03 [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function. 2015-08-18 19:41:51 +00:00
__functional_base [libcxx] Rewrite C++03 __invoke. 2015-08-26 20:15:02 +00:00
__functional_base_03 [libcxx] Rewrite C++03 __invoke. 2015-08-26 20:15:02 +00:00
__hash_table Fix warnings about pessimizing return moves for C++11 and higher 2015-08-19 06:43:33 +00:00
__locale
__mutex_base Do not include pthread.h and sched.h when threads are disabled 2015-08-27 17:47:34 +00:00
__nullptr Factor definition of std::nullptr_t out of <cstddef> into a header that can also be used by <stddef.h>. 2015-10-08 20:34:11 +00:00
__refstring
__split_buffer Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +00:00
__sso_allocator
__std_stream Enable and fix warnings during the build. 2015-07-18 20:40:46 +00:00
__tree Fix warnings about pessimizing return moves for C++11 and higher 2015-08-19 06:43:33 +00:00
__tuple Move __lazy_* metafunctions to type traits and add tests 2015-08-31 03:50:31 +00:00
__undef___deallocate
__undef_min_max
algorithm Fix warnings about pessimizing return moves for C++11 and higher 2015-08-19 06:43:33 +00:00
array
atomic Fix GCC atomic implementation in C++03 2015-10-14 08:36:22 +00:00
bitset
cassert
ccomplex
cctype Split <ctype.h> out of <cctype>. 2015-10-08 20:36:30 +00:00
cerrno Split <errno.h> out of <cerrno>. 2015-10-08 20:37:11 +00:00
cfenv Fix incorrect file header. This is <cfenv> not <cctype>. 2015-10-08 21:17:21 +00:00
cfloat Split <float.h> out of <cfloat>. 2015-10-08 20:37:44 +00:00
chrono
cinttypes Split <inttypes.h> out of <cinttypes>. 2015-10-08 20:38:53 +00:00
ciso646
climits
clocale Make support for thread-unsafe C functions optional. 2015-06-24 08:44:38 +00:00
cmath Split <math.h> out of <cmath>. 2015-10-08 20:40:34 +00:00
codecvt
complex
complex.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
condition_variable
csetjmp Split <setjmp.h> out of <csetjmp>. 2015-10-08 20:41:26 +00:00
csignal
cstdarg
cstdbool
cstddef PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
cstdint
cstdio Split <stdio.h> out of <cstdio>. 2015-10-09 01:29:09 +00:00
cstdlib Split <stdlib.h> out of <cstdlib>. 2015-10-09 01:41:45 +00:00
cstring Split <string.h> out of <cstring>. 2015-10-10 01:25:31 +00:00
ctgmath
ctime Make support for thread-unsafe C functions optional. 2015-06-24 08:44:38 +00:00
ctype.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
cwchar Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently doesn't provide a correct overload set for some functions. 2015-10-10 01:39:51 +00:00
cwctype Split <wctype.h> out of <cwctype>. 2015-10-09 19:57:37 +00:00
deque Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
errno.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
exception [libcxx] Fix detection of __is_final. 2015-06-13 07:08:02 +00:00
float.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
forward_list Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +00:00
fstream
functional [libcxx] Rewrite C++03 __invoke. 2015-08-26 20:15:02 +00:00
future [libcxx] Attempt to fix __throw_future_error in C++03 2015-10-02 21:25:15 +00:00
initializer_list
inttypes.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
iomanip
ios [libcxx] Allow use of <atomic> in C++03. Try 3. 2015-08-19 17:21:46 +00:00
iosfwd
iostream
istream
iterator
limits
list Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. 2015-08-23 02:56:05 +00:00
locale Remove a switch statement, and replace with a bunch of ifs to silence a warning about 'all the enumeration values covered'. No functional change. 2015-08-27 14:37:22 +00:00
map Fix warnings about pessimizing return moves for C++11 and higher 2015-08-19 06:43:33 +00:00
math.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
memory [libcxx] Constrain unique_ptr::operator=(unique_ptr<Tp, Dp>) in C++03 mode 2015-08-28 05:07:06 +00:00
module.modulemap Remove __config module to avoid #include cycle when libc headers include libc++'s <foo.h> headers. 2015-10-13 22:13:33 +00:00
mutex Do not include pthread.h and sched.h when threads are disabled 2015-08-27 17:47:34 +00:00
new [libcxx] Rework sized delete. 2015-05-19 02:03:22 +00:00
numeric
ostream Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361 2015-06-22 15:01:21 +00:00
queue
random Remove unused typedefs in random and regex 2015-07-18 22:57:14 +00:00
ratio Fix building and testing libc++ with GCC. 2015-05-20 03:15:01 +00:00
regex Fix a crasher found by libFuzzer 2015-08-24 15:57:09 +00:00
scoped_allocator Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too 2015-06-03 16:15:55 +00:00
set Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase 2015-05-10 13:35:00 +00:00
setjmp.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
shared_mutex Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480 2015-06-30 14:04:14 +00:00
sstream
stack
stddef.h PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. 2015-10-09 00:26:50 +00:00
stdexcept
stdio.h Split <stdio.h> out of <cstdio>. 2015-10-09 01:29:09 +00:00
stdlib.h Split <stdlib.h> out of <cstdlib>. 2015-10-09 01:41:45 +00:00
streambuf
string ABI versioning macros for libc++. 2015-10-13 23:48:28 +00:00
string.h Split <string.h> out of <cstring>. 2015-10-10 01:25:31 +00:00
strstream
system_error Fix most GCC warnings during build. Only -Wattribute left. 2015-08-28 07:02:42 +00:00
tgmath.h
thread Fix use of static_assert macro with nested commas 2015-08-19 03:38:41 +00:00
tuple [libcxx] Fix detection of __is_final. 2015-06-13 07:08:02 +00:00
type_traits Remove possible trailing padding from aligned_storage. Patch from Yiran Wang 2015-09-22 18:37:03 +00:00
typeindex
typeinfo
unordered_map Fix warnings about pessimizing return moves for C++11 and higher 2015-08-19 06:43:33 +00:00
unordered_set Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +00:00
utility Change pair::swap(pair&) to call ADL swap instead of iter_swap; this fixes an obscure bug having to do with overloaded operator&. Fixes PR#24890 2015-09-22 17:50:11 +00:00
valarray
vector implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations 2015-08-18 18:57:00 +00:00
wchar.h Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently doesn't provide a correct overload set for some functions. 2015-10-10 01:39:51 +00:00
wctype.h Split <wctype.h> out of <cwctype>. 2015-10-09 19:57:37 +00:00