You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/include
Hans Wennborg 92095a21e7 Merging r369364:
------------------------------------------------------------------------
r369364 | miyuki | 2019-08-20 12:19:55 +0200 (Tue, 20 Aug 2019) | 6 lines

[libcxx] Fix build breakage on mips

Fixes https://bugs.llvm.org/show_bug.cgi?id=43011 caused by
https://reviews.llvm.org/D63284.

Committing as obvious.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_90@369898 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
experimental [libcxx] Slightly improved policy for handling experimental features 6 years ago
ext Fix missing std:: qualifier in __gnu_cxx::hash_map in C++03 7 years ago
support [libc++] Remove empty header xlocale/xlocale.h 7 years ago
CMakeLists.txt [libcxx] Slightly improved policy for handling experimental features 6 years ago
__bit_reference Reorganize the 'bit' header to make most of the facilities available for internal use pre-C++20. NFC for external users 6 years ago
__bsd_locale_defaults.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__bsd_locale_fallbacks.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__config Make ~mutex and ~condition_variable trivial on Windows. 6 years ago
__config_site.in Rework std::type_info definition to support systems without fully 7 years ago
__debug Remove exception throwing debug mode handler support. 7 years ago
__errc Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__functional_03 Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__functional_base Apply [[nodebug]] to typedefs throughout the STL. 6 years ago
__functional_base_03 Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__hash_table Reorganize the 'bit' header to make most of the facilities available for internal use pre-C++20. NFC for external users 6 years ago
__libcpp_version Bump the trunk version to 9.0.0svn 7 years ago
__locale Merging r369364: 6 years ago
__mutex_base Make ~mutex and ~condition_variable trivial on Windows. 6 years ago
__node_handle Avoid name conflict with kernel headers 7 years ago
__nullptr Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__split_buffer [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows 9 years ago
__sso_allocator Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__std_stream Update more file headers across all of the LLVM projects in the monorepo 7 years ago
__string Update the file headers across all of the LLVM projects in the monorepo 7 years ago
__threading_support Merging r369537: 6 years ago
__tree Fix memory leak in set and map. 6 years ago
__tuple Apply new meta-programming traits throughout the library. 6 years ago
__undef_macros Update the file headers across all of the LLVM projects in the monorepo 7 years ago
algorithm Reorganize the 'bit' header to make most of the facilities available for internal use pre-C++20. NFC for external users 6 years ago
any [NFC][libc++] Remove stray semi-colon after function definition 6 years ago
array [libc++] Declare std::tuple_element as struct instead of class 7 years ago
atomic Add noexcept throughout <atomic> 6 years ago
bit Reorganize the 'bit' header to make most of the facilities available for internal use pre-C++20. NFC for external users 6 years ago
bitset Ensure bitset's string constructor doesn't poison the overload set. 6 years ago
cassert Update more file headers across all of the LLVM projects in the monorepo 7 years ago
ccomplex Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cctype Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cerrno Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cfenv Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cfloat Update more file headers across all of the LLVM projects in the monorepo 7 years ago
charconv [libc++] Fix build with gcc 4.8 6 years ago
chrono [NFC][libcxx] Remove trailing whitespace 7 years ago
cinttypes Update the file headers across all of the LLVM projects in the monorepo 7 years ago
ciso646 Update more file headers across all of the LLVM projects in the monorepo 7 years ago
climits Update more file headers across all of the LLVM projects in the monorepo 7 years ago
clocale Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cmath Apply new meta-programming traits throughout the library. 6 years ago
codecvt Update more file headers across all of the LLVM projects in the monorepo 7 years ago
compare Update more file headers across all of the LLVM projects in the monorepo 7 years ago
complex [NFC][libcxx] Remove trailing whitespace 7 years ago
complex.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
condition_variable Update more file headers across all of the LLVM projects in the monorepo 7 years ago
csetjmp Update more file headers across all of the LLVM projects in the monorepo 7 years ago
csignal Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cstdarg Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cstdbool Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cstddef Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cstdint Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cstdio Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cstdlib Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cstring Update the file headers across all of the LLVM projects in the monorepo 7 years ago
ctgmath Update more file headers across all of the LLVM projects in the monorepo 7 years ago
ctime Update more file headers across all of the LLVM projects in the monorepo 7 years ago
ctype.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cwchar Update more file headers across all of the LLVM projects in the monorepo 7 years ago
cwctype Update more file headers across all of the LLVM projects in the monorepo 7 years ago
deque Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is. 7 years ago
errno.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
exception Make move and forward work in C++03. 6 years ago
fenv.h Mark fenv.h as a system header before the #include_next directive 7 years ago
filesystem [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas 7 years ago
float.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
forward_list Make forward_list::remove/remove_if/unique all return void before C++20; undoes that bit of D58332. Thanks to Mikhail Maltsev for pointing this out 6 years ago
fstream [libc++] Mark <filesystem> tests as failing when the dylib doesn't support filesystem 7 years ago
functional Apply new meta-programming traits throughout the library. 6 years ago
future Assume __is_final, __is_base_of, and friends. 6 years ago
initializer_list [NFC][libcxx] Remove trailing whitespace 7 years ago
inttypes.h AIX system headers need stdint.h and inttypes.h to be re-enterable 6 years ago
iomanip [NFC][libcxx] Remove trailing whitespace 7 years ago
ios [NFC][libcxx] Remove trailing whitespace 7 years ago
iosfwd Update more file headers across all of the LLVM projects in the monorepo 7 years ago
iostream Update more file headers across all of the LLVM projects in the monorepo 7 years ago
istream [libc++] Fix error flags and exceptions propagated from input stream operations 7 years ago
iterator [libc++] Take 2: Implement CTAD for map and multimap 6 years ago
limits Fix -Wdouble-promotion warnings. 6 years ago
limits.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
list Make forward_list::remove/remove_if/unique all return void before C++20; undoes that bit of D58332. Thanks to Mikhail Maltsev for pointing this out 6 years ago
locale [NFC][libcxx] Remove trailing whitespace 7 years ago
locale.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
map Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset. 6 years ago
math.h Apply new meta-programming traits throughout the library. 6 years ago
memory Use C++11 implementation of unique_ptr in C++03. 6 years ago
module.modulemap Revert "[coroutines] Add std::experimental::task<T> type" 7 years ago
mutex Merging r368867 and r368916: 6 years ago
new P0722R3: Implement library support for destroying delete 7 years ago
numeric Fix the floating point version of midpoint. It wasn't constexpr, among other things. Add more tests. As a drive-by, the LCD implementation had a class named '__abs' which did a 'absolute value to a common-type' conversion. Rename that to be '__ct_abs'. 6 years ago
optional Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignment operator. Fixes PR38638. Thanks to Jonathan Wakely for the report 6 years ago
ostream Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://reviews.llvm.org/D63053 6 years ago
queue [NFC][libcxx] Remove trailing whitespace 7 years ago
random [NFC][libcxx] Remove trailing whitespace 7 years ago
ratio Update more file headers across all of the LLVM projects in the monorepo 7 years ago
regex [libc++] Keep __regex_word in sync with ctype_base 6 years ago
scoped_allocator Update more file headers across all of the LLVM projects in the monorepo 7 years ago
set Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset. 6 years ago
setjmp.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
shared_mutex Update more file headers across all of the LLVM projects in the monorepo 7 years ago
span [libc++] Declare std::tuple_element as struct instead of class 7 years ago
sstream add a test and a couple minor bug fixes for the implicit-signed-integer-truncation sanitizer. This is PR#40566 7 years ago
stack [NFC][libcxx] Remove trailing whitespace 7 years ago
stdbool.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
stddef.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
stdexcept Fix ABI compatibility of `<stdexcept>` with VCRuntime. 7 years ago
stdint.h AIX system headers need stdint.h and inttypes.h to be re-enterable 6 years ago
stdio.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
stdlib.h Fix implementation of ::abs and std::abs LWG 2192. 7 years ago
streambuf Update more file headers across all of the LLVM projects in the monorepo 7 years ago
string [NFC][libcxx] Remove trailing whitespace 7 years ago
string.h Update the file headers across all of the LLVM projects in the monorepo 7 years ago
string_view Provide hashers for string_view only if they are using the default char_traits. Seen on SO: test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp 6 years ago
strstream Update more file headers across all of the LLVM projects in the monorepo 7 years ago
system_error Update more file headers across all of the LLVM projects in the monorepo 7 years ago
tgmath.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
thread Merging r368867 and r368916: 6 years ago
tuple Fix non-conformance it `std::tuple`. 6 years ago
type_traits This patch makes swap functions constexpr. Both swap overloads, swap_ranges and iter_swap are updated (with tests). 6 years ago
typeindex Update more file headers across all of the LLVM projects in the monorepo 7 years ago
typeinfo Fix build breakage on 32-bit machines 7 years ago
unordered_map Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset. 6 years ago
unordered_set Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset. 6 years ago
utility This patch makes swap functions constexpr. Both swap overloads, swap_ranges and iter_swap are updated (with tests). 6 years ago
valarray Remove incorrect explicit instantiation declarations for valarray 7 years ago
variant Improve compile time of variant. 6 years ago
vector Add visibility attributes and inline to some vector methods. 7 years ago
version P0722R3: Implement library support for destroying delete 7 years ago
wchar.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago
wctype.h Update more file headers across all of the LLVM projects in the monorepo 7 years ago