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
/
tuple
/
tuple.tuple
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.
David Blaikie
2019-10-28
1
-0
/
+16
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
2
-2
/
+2
*
[libc++] Take 2: Implement LWG 3158
Louis Dionne
2019-09-27
2
-1
/
+34
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
2
-2
/
+60
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
2
-2
/
+0
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
6
-88
/
+4
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
3
-3
/
+1
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
1
-0
/
+4
*
[libc++] Implement LWG 3158
Louis Dionne
2019-09-24
2
-1
/
+34
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
2
-1
/
+50
*
Fix various test failures with GCC
Eric Fiselier
2019-09-13
1
-1
/
+1
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
2
-2
/
+2
*
[libc++] Mark std::tuple CTAD test as failing on AppleClang 9
Louis Dionne
2019-08-14
1
-0
/
+1
*
[libc++] Implement CTAD for std::tuple
Louis Dionne
2019-08-12
1
-13
/
+57
*
Fix non-conformance it `std::tuple`.
Eric Fiselier
2019-07-12
1
-0
/
+16
*
Fix tuple's conditionally explicit constructors for very weird user
Eric Fiselier
2019-07-03
1
-0
/
+14
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
41
-0
/
+67
*
add tuple_cat test for const T
Eric Fiselier
2019-04-26
1
-6
/
+6
*
Fix return type of std::tuple_cat.
Eric Fiselier
2019-04-26
1
-0
/
+15
*
[libc++] Declare std::tuple_element as struct instead of class
Louis Dionne
2019-04-01
4
-8
/
+4
*
[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
76
-77
/
+229
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
78
-312
/
+234
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
3
-8
/
+8
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-2
/
+1
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
2
-0
/
+2
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
1
-0
/
+1
*
[libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference bindin...
Eric Fiselier
2018-01-24
1
-0
/
+136
*
Add another test_macros.h include I missed to tuple.by.type.pass.cpp
Billy Robert O'Neal III
2017-11-22
1
-0
/
+1
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-4
/
+4
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
3
-0
/
+5
*
Add C++17 explicit deduction guides to std::pair.
Eric Fiselier
2017-10-04
1
-3
/
+4
*
[libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....
Stephan T. Lavavej
2017-06-20
1
-2
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
1
-1
/
+1
*
[libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...
Stephan T. Lavavej
2017-06-20
1
-6
/
+16
*
XFAIL tuple deduction guide test on GCC
Eric Fiselier
2017-06-08
1
-0
/
+5
*
Add tests for class template deduction on std::tuple.
Eric Fiselier
2017-06-08
1
-0
/
+150
*
Fix or move tests with non-standard assumptions
Eric Fiselier
2017-05-12
1
-46
/
+0
*
Mark LWG#2796 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
1
-0
/
+4
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
Eric Fiselier
2017-04-19
1
-2
/
+0
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
2
-2
/
+2
*
Implement LWG 2773 - std::ignore should be constexpr.
Eric Fiselier
2017-02-06
1
-0
/
+21
*
[libcxx] [test] Fix comment typos.
Stephan T. Lavavej
2017-02-05
2
-2
/
+2
*
Revert previous cleanup; I got too agressive removing #ifdefs
Marshall Clow
2017-01-23
1
-0
/
+2
*
Removed some un-needed ifdefs
Marshall Clow
2017-01-23
1
-2
/
+0
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
2
-4
/
+4
*
Fix XPASS buildbot failure related to structured bindings
Eric Fiselier
2017-01-05
1
-1
/
+1
*
Fix verify test on 32 bit systems
Eric Fiselier
2017-01-04
1
-1
/
+1
*
[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...
Eric Fiselier
2017-01-04
5
-18
/
+307
*
Re-implement LWG 2770 - Fix tuple_size with structured bindings.
Eric Fiselier
2017-01-02
3
-24
/
+16
[next]