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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/include
Marshall Clow e299a7e9c8 Use new '__libcpp_is_constant_evaluated' call to remove an '#ifdef' from the bit code. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@364884 91177308-0d34-0410-b5e6-96231b3b80d8
5 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 6 years ago
support [libc++] Remove empty header xlocale/xlocale.h 6 years ago
CMakeLists.txt [libcxx] Slightly improved policy for handling experimental features 6 years ago
__bit_reference Update more file headers across all of the LLVM projects in the monorepo 6 years ago
__bsd_locale_defaults.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
__bsd_locale_fallbacks.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
__config Revert "Change the ABI version and ABI namespace to be `_LIBCPP_VERSION`" 5 years ago
__config_site.in Rework std::type_info definition to support systems without fully 6 years ago
__debug Remove exception throwing debug mode handler support. 6 years ago
__errc Update more file headers across all of the LLVM projects in the monorepo 6 years ago
__functional_03 Update more file headers across all of the LLVM projects in the monorepo 6 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 6 years ago
__hash_table Avoid name conflict with kernel headers 6 years ago
__libcpp_version Bump the trunk version to 9.0.0svn 6 years ago
__locale [libc++] Keep __regex_word in sync with ctype_base 6 years ago
__mutex_base Fix buildbot failures after r359159. 6 years ago
__node_handle Avoid name conflict with kernel headers 6 years ago
__nullptr Update more file headers across all of the LLVM projects in the monorepo 6 years ago
__split_buffer [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows 8 years ago
__sso_allocator Update more file headers across all of the LLVM projects in the monorepo 6 years ago
__std_stream Update more file headers across all of the LLVM projects in the monorepo 6 years ago
__string Update the file headers across all of the LLVM projects in the monorepo 6 years ago
__threading_support __threading_support: Remove (void) in favor of (). 5 years ago
__tree Avoid name conflict with kernel headers 6 years ago
__tuple Apply new meta-programming traits throughout the library. 5 years ago
__undef_macros Update the file headers across all of the LLVM projects in the monorepo 6 years ago
algorithm Make move and forward work in C++03. 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 6 years ago
atomic Add noexcept throughout <atomic> 6 years ago
bit Use new '__libcpp_is_constant_evaluated' call to remove an '#ifdef' from the bit code. NFC 5 years ago
bitset Ensure bitset's string constructor doesn't poison the overload set. 5 years ago
cassert Update more file headers across all of the LLVM projects in the monorepo 6 years ago
ccomplex Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cctype Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cerrno Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cfenv Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cfloat Update more file headers across all of the LLVM projects in the monorepo 6 years ago
charconv [libc++] Fix build with gcc 4.8 6 years ago
chrono [NFC][libcxx] Remove trailing whitespace 6 years ago
cinttypes Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ciso646 Update more file headers across all of the LLVM projects in the monorepo 6 years ago
climits Update more file headers across all of the LLVM projects in the monorepo 6 years ago
clocale Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cmath Apply new meta-programming traits throughout the library. 5 years ago
codecvt Update more file headers across all of the LLVM projects in the monorepo 6 years ago
compare Update more file headers across all of the LLVM projects in the monorepo 6 years ago
complex [NFC][libcxx] Remove trailing whitespace 6 years ago
complex.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
condition_variable Update more file headers across all of the LLVM projects in the monorepo 6 years ago
csetjmp Update more file headers across all of the LLVM projects in the monorepo 6 years ago
csignal Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cstdarg Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cstdbool Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cstddef Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cstdint Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cstdio Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cstdlib Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cstring Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ctgmath Update more file headers across all of the LLVM projects in the monorepo 6 years ago
ctime Update more file headers across all of the LLVM projects in the monorepo 6 years ago
ctype.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cwchar Update more file headers across all of the LLVM projects in the monorepo 6 years ago
cwctype Update more file headers across all of the LLVM projects in the monorepo 6 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. 6 years ago
errno.h Update more file headers across all of the LLVM projects in the monorepo 6 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 6 years ago
filesystem [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas 6 years ago
float.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
forward_list Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as https://reviews.llvm.org/D58332, and then updated because I rewrote a couple of those routines to eliminate some UB. Thanks to Zoe for tghe patch. 5 years ago
fstream [libc++] Mark <filesystem> tests as failing when the dylib doesn't support filesystem 6 years ago
functional Apply new meta-programming traits throughout the library. 5 years ago
future Assume __is_final, __is_base_of, and friends. 6 years ago
initializer_list [NFC][libcxx] Remove trailing whitespace 6 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 6 years ago
ios [NFC][libcxx] Remove trailing whitespace 6 years ago
iosfwd Update more file headers across all of the LLVM projects in the monorepo 6 years ago
iostream Update more file headers across all of the LLVM projects in the monorepo 6 years ago
istream [libc++] Fix error flags and exceptions propagated from input stream operations 6 years ago
iterator [libc++] Take 2: Implement CTAD for map and multimap 6 years ago
limits Fix -Wdouble-promotion warnings. 5 years ago
limits.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
list Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as https://reviews.llvm.org/D58332, and then updated because I rewrote a couple of those routines to eliminate some UB. Thanks to Zoe for tghe patch. 5 years ago
locale [NFC][libcxx] Remove trailing whitespace 6 years ago
locale.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
map [libc++] Take 2: Implement CTAD for map and multimap 6 years ago
math.h Apply new meta-programming traits throughout the library. 5 years ago
memory Use C++11 implementation of unique_ptr in C++03. 5 years ago
module.modulemap Revert "[coroutines] Add std::experimental::task<T> type" 6 years ago
mutex libc++/win: Make once_flag have the same size as a pointer. 6 years ago
new P0722R3: Implement library support for destroying delete 6 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 5 years ago
ostream Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://reviews.llvm.org/D63053 5 years ago
queue [NFC][libcxx] Remove trailing whitespace 6 years ago
random [NFC][libcxx] Remove trailing whitespace 6 years ago
ratio Update more file headers across all of the LLVM projects in the monorepo 6 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 6 years ago
set [libc++] Implement deduction guides for <set> 6 years ago
setjmp.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
shared_mutex Update more file headers across all of the LLVM projects in the monorepo 6 years ago
span [libc++] Declare std::tuple_element as struct instead of class 6 years ago
sstream add a test and a couple minor bug fixes for the implicit-signed-integer-truncation sanitizer. This is PR#40566 6 years ago
stack [NFC][libcxx] Remove trailing whitespace 6 years ago
stdbool.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
stddef.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
stdexcept Fix ABI compatibility of `<stdexcept>` with VCRuntime. 6 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 6 years ago
stdlib.h Fix implementation of ::abs and std::abs LWG 2192. 6 years ago
streambuf Update more file headers across all of the LLVM projects in the monorepo 6 years ago
string [NFC][libcxx] Remove trailing whitespace 6 years ago
string.h Update the file headers across all of the LLVM projects in the monorepo 6 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 5 years ago
strstream Update more file headers across all of the LLVM projects in the monorepo 6 years ago
system_error Update more file headers across all of the LLVM projects in the monorepo 6 years ago
tgmath.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
thread Fix backwards test that I committed yesterday. Sigh 6 years ago
tuple Apply new meta-programming traits throughout the library. 5 years ago
type_traits Mark the newly added '__libcpp_is_constant_evaluated' as 'inline', since it can be included multiple times by multiple headers, and we don't want 'duplicate definition' errors. 5 years ago
typeindex Update more file headers across all of the LLVM projects in the monorepo 6 years ago
typeinfo Fix build breakage on 32-bit machines 6 years ago
unordered_map [NFC][libcxx] Remove trailing whitespace 6 years ago
unordered_set [NFC][libcxx] Remove trailing whitespace 6 years ago
utility Fix -Wdouble-promotion warnings. 5 years ago
valarray Remove incorrect explicit instantiation declarations for valarray 6 years ago
variant [libc++] Recommit r363692 to implement P0608R3 6 years ago
vector Add visibility attributes and inline to some vector methods. 6 years ago
version P0722R3: Implement library support for destroying delete 6 years ago
wchar.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
wctype.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago