hanchenye-llvm-project/libcxx/include
Eric Fiselier 1c549d6ba8 Fix const default initialization of lock_guard<>
llvm-svn: 272804
2016-06-15 17:04:40 +00:00
..
experimental Make string_view work with -fno-exceptions and get tests passing. 2016-05-30 23:53:19 +00:00
ext Cleanup: move visibility/linkage attributes to the first declaration. 2016-04-22 01:04:55 +00:00
support Reorganize locale extension fallbacks. NFCI 2016-05-20 12:58:41 +00:00
CMakeLists.txt Fix PR27751. Add proper dependancies for install-libcxx-headers rule 2016-05-27 23:33:10 +00:00
__bit_reference
__bsd_locale_defaults.h Reorganize _LIBCPP_LOCALE__L_EXTENSIONS 2016-03-09 15:39:39 +00:00
__bsd_locale_fallbacks.h Reorganize _LIBCPP_LOCALE__L_EXTENSIONS 2016-03-09 15:39:39 +00:00
__config Partially Revert r272613. FreeBSD needs the non-trivial constructors in pair. 2016-06-14 14:34:19 +00:00
__config_site.in [libcxx] Allow explicit pthread opt-in 2016-05-25 17:40:09 +00:00
__debug
__functional_03
__functional_base Fix most GCC attribute ignored warnings 2016-04-21 22:54:21 +00:00
__functional_base_03
__hash_table Teach map/unordered_map how to optimize 'emplace(Key, T)'. 2016-04-16 00:23:12 +00:00
__locale Use libcxx's default rune table with the Musl C library. 2015-11-24 10:24:54 +00:00
__mutex_base Implement variadic lock_guard. 2016-06-14 03:48:09 +00:00
__nullptr
__refstring
__split_buffer Cleanup: move visibility/linkage attributes to the first declaration. 2015-11-07 01:22:13 +00:00
__sso_allocator
__std_stream
__threading_support [libcxx] Allow explicit pthread opt-in 2016-05-25 17:40:09 +00:00
__tree Teach map/unordered_map how to optimize 'emplace(Key, T)'. 2016-04-16 00:23:12 +00:00
__tuple Extract key to avoid preemptive mallocs in insert/emplace in associative containers 2016-04-15 23:27:27 +00:00
__undef___deallocate
__undef_min_max
algorithm Add is_swappable/is_nothrow_swappable traits 2016-04-21 23:38:59 +00:00
array Add is_swappable/is_nothrow_swappable traits 2016-04-21 23:38:59 +00:00
atomic [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;" 2016-05-03 02:12:26 +00:00
bitset Fix most GCC attribute ignored warnings 2016-04-21 22:54:21 +00:00
cassert
ccomplex
cctype Put back the undefs that Richard removed. Boost won't build w/o these; specifically the file 'bytes_methods.h' in Apple's python framework defines these. 2016-04-04 22:49:20 +00:00
cerrno
cfenv
cfloat
chrono Last bit of P0006; mark it as complete 2015-11-30 05:39:30 +00:00
cinttypes
ciso646
climits
clocale
cmath Implement P0030R1: Introduce a 3-Argument Overload to std::hypot 2016-05-17 14:52:19 +00:00
codecvt
complex Cleanup: move visibility/linkage attributes to the first declaration. 2016-04-22 01:04:55 +00:00
complex.h
condition_variable Cleanup: move visibility/linkage attributes to the first declaration. 2015-11-07 01:22:13 +00:00
csetjmp
csignal
cstdarg
cstdbool
cstddef
cstdint
cstdio
cstdlib
cstring Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
ctgmath
ctime
ctype.h
cwchar Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
cwctype
deque Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
errno.h Cleanup foo.h headers and __config to work in C 2015-11-06 06:30:12 +00:00
exception Fix typo it _LIBCPP_NO_EXCEPTIONS macro 2016-05-07 02:30:21 +00:00
float.h Cleanup foo.h headers and __config to work in C 2015-11-06 06:30:12 +00:00
forward_list Cleanup: move visibility/linkage attributes to the first declaration. 2016-04-22 01:04:55 +00:00
fstream Don't call memmove when there's nothing to move. Fixes PR#27978. 2016-06-04 16:16:59 +00:00
functional Add C++17 std::not_fn negator. 2016-06-02 01:25:41 +00:00
future Cleanup non-standard tests as reported by STL@microsoft.com. NFC. 2016-06-01 21:05:53 +00:00
initializer_list
inttypes.h Cleanup foo.h headers and __config to work in C 2015-11-06 06:30:12 +00:00
iomanip
ios Make ios_base::failure visibility specified consistent 2016-04-21 23:00:33 +00:00
iosfwd Make __wrap_iter work with GCC again 2016-02-20 00:19:45 +00:00
iostream
istream Revert "Remove visibility attributes from out-of-class method definitions in iostreams." 2016-01-08 19:21:02 +00:00
iterator Implement LWG2576: istream_iterator and ostream_iterator should use std::addressof 2016-05-17 17:44:40 +00:00
limits [WebAssembly] Set std::numeric_limits's traps field for WebAssembly. 2016-01-13 16:32:00 +00:00
list Cleanup: move visibility/linkage attributes to the first declaration. 2016-04-22 01:04:55 +00:00
locale Fix PR21428 for long. Buffer was one byte too small in octal formatting case. Rename previously added test 2016-04-29 07:23:20 +00:00
map Add is_swappable/is_nothrow_swappable traits 2016-04-21 23:38:59 +00:00
math.h
memory Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it. 2016-06-02 04:57:00 +00:00
module.modulemap
mutex Fix const default initialization of lock_guard<> 2016-06-15 17:04:40 +00:00
new
numeric
ostream Revert "Remove visibility attributes from out-of-class method definitions in iostreams." 2016-01-08 19:21:02 +00:00
queue Cleanup: move visibility/linkage attributes to the first declaration. 2016-04-22 01:04:55 +00:00
random Cleanup: move visibility/linkage attributes to the first declaration. 2015-11-07 01:22:13 +00:00
ratio Missing file from last commit 2015-11-30 05:04:48 +00:00
regex [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc systems 2016-02-17 13:16:31 +00:00
scoped_allocator
set Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
setjmp.h Cleanup foo.h headers and __config to work in C 2015-11-06 06:30:12 +00:00
shared_mutex Qualify calls to addressof to avoid getting ADL. Fixes PR#27254. 2016-04-13 17:02:23 +00:00
sstream Revert "Remove visibility attributes from out-of-class method definitions in iostreams." 2016-01-08 19:21:02 +00:00
stack Add is_swappable/is_nothrow_swappable traits 2016-04-21 23:38:59 +00:00
stdbool.h Add stdbool.h wrapper for libc++ 2016-02-20 00:16:41 +00:00
stddef.h
stdexcept Fix most GCC attribute ignored warnings 2016-04-21 22:54:21 +00:00
stdio.h
stdlib.h Cleanup foo.h headers and __config to work in C 2015-11-06 06:30:12 +00:00
streambuf [streambuf] Added call to traits_type::copy to common case in xsgetn() 2016-06-10 16:00:29 +00:00
string Fix most GCC attribute ignored warnings 2016-04-21 22:54:21 +00:00
string.h Instead of asking glibc to provide correct C++ signatures for <string.h> 2016-02-11 23:51:02 +00:00
strstream
system_error
tgmath.h
thread Cleanup error handling when TLS creation fails 2016-05-30 23:15:19 +00:00
tuple Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
type_traits Cleanup superfluous std:: qualifiers in <type_traits> 2016-05-18 23:09:24 +00:00
typeindex
typeinfo
unordered_map Cleanup: move visibility/linkage attributes to the first declaration. 2016-04-22 01:04:55 +00:00
unordered_set Cleanup: move visibility/linkage attributes to the first declaration. 2016-04-22 01:04:55 +00:00
utility Partially Revert r272613. FreeBSD needs the non-trivial constructors in pair. 2016-06-14 14:34:19 +00:00
valarray Mark declarations of externally instantiated functions as inline so GCC doesn't complain. 2015-12-15 01:41:41 +00:00
vector Fix bug #27260 - add missing swap(reference, reference) to vector<bool>. 2016-04-07 14:20:31 +00:00
wchar.h Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
wctype.h