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
/
utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
1
-1
/
+0
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
5
-2
/
+102
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
2
-8
/
+0
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
6
-97
/
+10
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
4
-10
/
+2
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
2
-0
/
+8
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
5
-2
/
+89
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
9
-13
/
+13
*
This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...
Zoe Carver
2019-07-05
2
-0
/
+32
*
Make move and forward work in C++03.
Eric Fiselier
2019-06-21
6
-102
/
+29
*
Make rvalue metaprogramming traits work in C++03.
Eric Fiselier
2019-06-21
1
-4
/
+0
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
23
-0
/
+46
*
Support tests in freestanding
JF Bastien
2019-02-04
56
-56
/
+168
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
53
-212
/
+159
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-2
/
+3
*
Revert "[pair] Mark constructors as conditionally noexcept"
Louis Dionne
2018-12-11
1
-3
/
+2
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-2
/
+3
*
[libcxx] [test] Avoid MSVC truncation warnings.
Stephan T. Lavavej
2018-04-12
3
-4
/
+4
*
fix typo in align_const_pair_U_V.pass.cpp
Eric Fiselier
2018-03-29
1
-1
/
+1
*
Move libc++ pair/tuple assign test to libcxx/ test directory.
Eric Fiselier
2018-03-29
3
-140
/
+38
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
1
-2
/
+2
*
Last batch of P0202 constexpr additions: includes/set_intersection/exchange
Marshall Clow
2018-01-22
1
-1
/
+29
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
1
-0
/
+1
*
Remove unneeded typename from test
Roger Ferrer Ibanez
2017-10-10
1
-1
/
+1
*
Fix accidental assignment inside test asserts
Eric Fiselier
2017-10-04
2
-2
/
+2
*
Add C++17 explicit deduction guides to std::pair.
Eric Fiselier
2017-10-04
1
-0
/
+80
*
Fix two failing -verify tests to tolerate old and new clang versions
Eric Fiselier
2017-09-17
1
-1
/
+1
*
Fix failing -verify tests due to change in Clangs static_assert message.
Eric Fiselier
2017-09-17
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
2
-7
/
+7
*
Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...
Marshall Clow
2017-06-28
1
-0
/
+22
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
1
-1
/
+1
*
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
2
-4
/
+4
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.
Stephan T. Lavavej
2017-02-05
1
-1
/
+1
*
Remove all usages of REQUIRES-ANY in the test suite.
Eric Fiselier
2017-01-24
1
-1
/
+1
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
2
-2
/
+2
*
Fix XFAILS for is_trivially_destructible trait
Eric Fiselier
2016-12-15
1
-3
/
+0
*
Fix typo
Eric Fiselier
2016-12-15
1
-1
/
+1
*
Add tests for LWG 2796
Eric Fiselier
2016-12-15
1
-0
/
+35
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
2
-6
/
+6
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
12
-28
/
+28
*
Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...
Eric Fiselier
2016-11-17
1
-58
/
+33
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
1
-1
/
+3
*
Disable trivial pair copy/move tests when unsupported
Dimitry Andric
2016-10-12
1
-0
/
+6
*
Fix shadow warnings. Patch from STL@microsoft.com
Eric Fiselier
2016-10-07
1
-10
/
+10
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
3
-8
/
+9
*
[libc++] Extension: Make `move` and `forward` constexpr in C++11.
Eric Fiselier
2016-09-26
16
-477
/
+301
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-0
/
+140
*
Revert r279953 - Fix pair::operator=(TupleLike&&)
Eric Fiselier
2016-08-29
1
-135
/
+0
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-0
/
+135
[next]