caf40ae419[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-C++2a [[nodiscard]]
Roman Lebedev
2018-09-22 17:54:48 +0000
699bfec76cSimilar to the handling of darwin target triples, strip the version numbers off of freebsd target triples, when generating the name of the ABI list file for check-cxx-abilist target.
Dimitry Andric
2018-09-22 14:37:49 +0000
6bcb2dcb03Remove a bunch of empty subdirectories. NFCI.
Dimitry Andric
2018-09-22 13:32:37 +0000
8f4c8e666efix some typos in the doc
Sylvestre Ledru
2018-09-20 08:05:01 +0000
e404320723add a quick link to libc++abi
Sylvestre Ledru
2018-09-20 07:58:43 +0000
ac2b5703bbrefresh the libc++ homepage
Sylvestre Ledru
2018-09-20 07:57:31 +0000
087a509b66Fix diagnostic regex in variant tests to tolerate older clang versions
Eric Fiselier
2018-09-20 01:15:17 +0000
e59d098825Revert "Implement LWG 2221 - No formatted output operator for nullptr."
Volodymyr Sapsai
2018-09-19 23:31:34 +0000
989927cc37Don't require relops on variant alternatives to all return the same type.
Eric Fiselier
2018-09-19 17:53:21 +0000
699cb5b3b8Remove unused include of "verbose_assert.h"
Marshall Clow
2018-09-19 02:27:44 +0000
35a0c2ce5eFix typo
Fangrui Song
2018-09-17 07:40:42 +0000
1755c75e7eMark LWG#3102 as complete. No code changes, but I updated a test or two
Marshall Clow
2018-09-13 02:23:52 +0000
e3973fd962Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955
Marshall Clow
2018-09-12 19:41:40 +0000
420ace6f28Actually mark LWG#2953, don't just say you've done so in r342070
Marshall Clow
2018-09-12 18:53:02 +0000
c106dd615dmark LWG#2953 as complete. No code changes required, but added a couple of extra tests.
Marshall Clow
2018-09-12 18:51:12 +0000
575d6888ebUpdate the failure annotations for the uncaught_exceptions test. The underlying abi library on some Mac OS versions does not support the plural uncaught_exceptions, so libc++ emulates it from the singlar; this means it will only return 0 or 1.
Marshall Clow
2018-09-12 16:59:09 +0000
ec25143bbbImplement LWG #3017. list splice functions should use addressof
Marshall Clow
2018-09-12 14:46:17 +0000
bf9b545a05Update the synopsis for <version>. NFC
Marshall Clow
2018-09-11 20:51:54 +0000
53c8e25037Fix PR# 38900 - don't call swap inside of random_shuffle when we'd be swapping an element with itself
Marshall Clow
2018-09-11 18:33:45 +0000
5a86ba0aa0ReleaseNotes: update links to use https
Hans Wennborg
2018-09-10 08:57:12 +0000
8c58c22937[asan] Update a vector's storage annotation during destruction. Reviewed as https://reviews.llvm.org/D50101. Thanks to bobsayshilol (Ben) for the patch.
Marshall Clow
2018-09-07 15:47:59 +0000
6969dc114e[libc++] Add a link to the Release notes from the main libc++ documentation
Louis Dionne
2018-09-06 15:05:43 +0000
fa8c5393b4[libcxx] Add ReleaseNotes.rst file for release notes
Louis Dionne
2018-09-06 14:46:22 +0000
8286ca176aMerging r340823: ------------------------------------------------------------------------ r340823 | marshall | 2018-08-28 15:29:30 +0200 (Tue, 28 Aug 2018) | 1 line
Hans Wennborg
2018-08-30 08:19:15 +0000
8220dac54cLast week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct.
Marshall Clow
2018-08-29 23:02:15 +0000
c4f0f1eaa8Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice).
Marshall Clow
2018-08-28 13:29:30 +0000
f45b25b18dFix ODR violation: namespace-scope helpers should not be declared 'static'.
Richard Smith
2018-08-27 21:41:50 +0000
e45e0640b6Mark P0556 as 'in progress'
Marshall Clow
2018-08-27 16:07:01 +0000
1e22fa5b1bAttempt to unbreak filesystem tests on certain linux distros.
Eric Fiselier
2018-08-22 13:29:52 +0000
4c90425692Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear().
Marshall Clow
2018-08-22 04:28:43 +0000
36711b2482Teach libc++ to use native NetBSD's max_align_t
Kamil Rytarowski
2018-08-20 22:29:20 +0000
6c372355baRecommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 - with a fix for the sanitizer bots
Marshall Clow
2018-08-17 16:07:48 +0000
d2482584d7Merging r339816: ------------------------------------------------------------------------ r339816 | marshall | 2018-08-15 23:19:08 +0200 (Wed, 15 Aug 2018) | 1 line
Hans Wennborg
2018-08-17 07:22:08 +0000
113b47ca3aMerging r339804: ------------------------------------------------------------------------ r339804 | marshall | 2018-08-15 21:27:53 +0200 (Wed, 15 Aug 2018) | 1 line
Hans Wennborg
2018-08-17 07:21:26 +0000
43d7c79aaeSelectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799
Marshall Clow
2018-08-15 21:19:08 +0000
a87d98049cMark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, since those calls were introduced in C++11. They're already guarded by an ifdef in the code, so this is a 'belt-and-suspenders' change.
Marshall Clow
2018-08-15 19:27:53 +0000
62176005c3libcxx: Mark __temp_value::__temp_value as _LIBCPP_NO_CFI.
Peter Collingbourne
2018-08-15 17:49:30 +0000
6699cd385e[libcxx] Mark charconv tests as failing for previous libcxx versions.
Volodymyr Sapsai
2018-08-10 17:03:47 +0000
836b7e9c1f[libc++] Enable aligned allocation based on feature test macro, irrespective of standard
Louis Dionne
2018-08-10 13:24:56 +0000
5428c6b9d6[libcxx] [test] Avoid -Wunused-local-typedef in node_handle.pass.cpp.
Billy Robert O'Neal III
2018-08-08 04:24:47 +0000
d39a48c04b[libcxx] [test] Allow a standard library that implements LWG 1203 in istream.rvalue/rvalue.pass.cpp
Billy Robert O'Neal III
2018-08-08 00:49:02 +0000
76dae9f0ba[libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp
Billy Robert O'Neal III
2018-08-08 00:47:29 +0000
d963dbfd40[libcxx] [test] Remove asserts that <cstddef> and <stdexcept> are included by <bitset>
Billy Robert O'Neal III
2018-08-08 00:43:38 +0000
8989fab841[libcxx] [test] Add missing <stdexcept> in several tests.
Billy Robert O'Neal III
2018-08-08 00:40:32 +0000
Allocator has static assert for const/volatile types
AlexandruIca
2018-08-07 22:23:06 +0300
5ae92f0055[libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro
Louis Dionne
2018-08-06 14:11:50 +0000
de134800aeMark LWG#2260 as complete. We already did the right thing, so I just added tests to ensure that we continue to DTRT.
Marshall Clow
2018-08-03 23:28:48 +0000
2580fdbb5a[NFC][libc++] Consistently use spaces to indent
Louis Dionne
2018-08-03 22:36:53 +0000
e25adff05aMake my new test harness work w/c++03
Marshall Clow
2018-08-03 02:58:16 +0000
3a225ef042Update the changes to the array tests (that I committed yesterday) to use the test_comparison routines that I committed last week. NFC.
Marshall Clow
2018-08-03 00:47:12 +0000
dc38e97601[libc++][C++17] Elementary string conversions for integral types
Zhihao Yuan
2018-08-01 02:38:30 +0000
6952d1478d[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY
Louis Dionne
2018-08-01 02:08:59 +0000
36fc737189First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01 01:33:38 +0000
ea96e3a707Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it
Marshall Clow
2018-07-31 23:39:12 +0000
4983a7a649Test for the presence of a bunch of new macros for c++17. These macros come from C11. Part of P0063
Marshall Clow
2018-07-31 23:29:06 +0000
8a16d40991import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet.
Marshall Clow
2018-07-31 19:25:00 +0000
1bef51a0b5Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underlying C library has C11 features. In C++17, we use those features. <__config> defines a similar macro, _LIBCPP_HAS_C11_FEATURES, but we don't want to use that in the library-independent parts of the tests, so define the new one. Also add a libc++-specific test to make sure the two stay in sync.
Marshall Clow
2018-07-31 18:23:57 +0000
decf28e84fCode cleanup - change naked 'throw' expressions to call helpre function '__throw_future_error'. The behavior change is that if you build libc++ with exceptions disabled, and then use that in a program that sets the value of the future twice (for example), it will now abort instead of behaving unpredictably.
Marshall Clow
2018-07-30 23:33:48 +0000
379cbeb1a2[libcxx] fix `>> 42` UB in <experimental/simd>
Tim Shen
2018-07-30 23:05:40 +0000
154f393a5cRe-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to."
Tim Shen
2018-07-30 22:27:38 +0000