index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
utilities
/
meta
/
meta.unary
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
6
-11
/
+1
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
6
-1
/
+11
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
6
-11
/
+1
*
Fix various test failures with GCC
Eric Fiselier
2019-09-13
1
-2
/
+6
*
Use rvalue references throughout the is_constructible traits.
Eric Fiselier
2019-06-21
3
-6
/
+3
*
Make rvalue metaprogramming traits work in C++03.
Eric Fiselier
2019-06-21
5
-11
/
+0
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
16
-0
/
+32
*
Mark is_trivially_destructible as unsupported with apple-clang-9
Nico Weber
2019-05-03
1
-0
/
+1
*
Use modern type trait implementations when available.
Richard Smith
2019-04-25
1
-0
/
+6
*
Implement P1357: Traits for [Un]bounded Arrays; adopted in Kona
Marshall Clow
2019-02-26
2
-0
/
+142
*
[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef
Louis Dionne
2019-02-05
1
-7
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
95
-96
/
+287
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
95
-380
/
+285
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-1
/
+1
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Revert commit r347904 because it broke older compilers
Marshall Clow
2018-11-29
1
-3
/
+0
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Add a test that shows what happens with throwing destructors. NFC.
Marshall Clow
2018-10-11
1
-0
/
+11
*
[test] two small cleanups:
Casey Carter
2018-07-09
1
-2
/
+0
*
Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.
Volodymyr Sapsai
2018-05-14
1
-1
/
+1
*
Fix has_unique_object_representation after Clang commit r324134.
Eric Fiselier
2018-02-02
1
-2
/
+4
*
Add pre-C++11 is_constructible wrappers for 3 arguments
Dimitry Andric
2018-01-07
1
-0
/
+12
*
Implement p0258r2: has_unique_object_representations
Marshall Clow
2018-01-03
1
-0
/
+104
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
4
-12
/
+12
*
XFAIL is_trivially_copyable test for compilers that don't implement Core 2094
Eric Fiselier
2017-05-10
1
-1
/
+3
*
Update is_trivially_copyable tests with CWG 2094
Billy Robert O'Neal III
2017-05-10
1
-4
/
+4
*
Fix two test failures caused by Windows mangling of function types.
Eric Fiselier
2017-05-07
2
-15
/
+21
*
[libc++] Implement LWG 2911 - add an is_aggregate type-trait
Eric Fiselier
2017-04-12
1
-0
/
+79
*
[libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pas...
Stephan T. Lavavej
2017-04-12
1
-0
/
+1
*
Fix PR32097 - is_abstract doesn't work on class templates.
Eric Fiselier
2017-03-01
1
-0
/
+10
*
Add tests for noexcept functions
Eric Fiselier
2017-02-13
3
-93
/
+190
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
[libcxx] [test] Don't ask whether Incomplete& can be assigned to.
Stephan T. Lavavej
2017-01-17
1
-1
/
+0
*
Adjust libc++ test infastructure to fully support modules
Eric Fiselier
2016-12-05
1
-0
/
+1
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
2
-2
/
+6
*
Fix __libcpp_is_constructible for source types with explicit conversion opera...
Eric Fiselier
2016-11-02
1
-2
/
+118
*
Implement N4606 optional
Eric Fiselier
2016-10-12
1
-1
/
+1
*
Revert Add <optional>. Will recommit with better commit message
Eric Fiselier
2016-10-12
1
-1
/
+1
*
Add <optional> header.
Eric Fiselier
2016-10-12
1
-1
/
+1
*
Comment out failing test while I figure out who is at fault
Marshall Clow
2016-10-05
1
-1
/
+1
*
Make tests for is_empty better. No functional change.
Marshall Clow
2016-10-05
1
-5
/
+31
*
Add tests to make sure that is_constructible<cv-void> is false. We already ch...
Marshall Clow
2016-10-03
1
-0
/
+3
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
7
-15
/
+12
*
Make std::is_assignable tolerate references to incomplete types.
Eric Fiselier
2016-07-25
1
-2
/
+5
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
2
-2
/
+4
*
Unbreak is_constructible tests for Clang <= 3.7.
Eric Fiselier
2016-07-20
2
-1
/
+25
*
Reimplement is_constructible fallback implementation. Fixes PR21574.
Eric Fiselier
2016-07-20
2
-7
/
+60
*
Add more tests for LWG#2582. No code changes needed, just tests.
Marshall Clow
2016-07-12
25
-19
/
+47
*
Add tests for the meta.unary.props that do not require a complete type. This ...
Marshall Clow
2016-07-12
4
-0
/
+14
[next]