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
/
variant
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++][test] Silence more warnings in variant tests
Casey Carter
2019-10-14
4
-4
/
+4
*
[libc++][test] std::variant test cleanup
Casey Carter
2019-10-13
6
-5
/
+7
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
29
-41
/
+41
*
Add test for variant construction with duplicate types.
Eric Fiselier
2019-07-14
1
-0
/
+12
*
Harden variant test added in r366022
Eric Fiselier
2019-07-14
1
-3
/
+3
*
Avoid eager template instantiation caused by the variant narrowing checks.
Eric Fiselier
2019-07-14
1
-1
/
+13
*
Add option to disable variant narrowing conversion changes.
Eric Fiselier
2019-07-12
6
-93
/
+92
*
Fix test failures when using a custom ABI namespace.
Richard Smith
2019-06-24
1
-1
/
+1
*
[libc++] Recommit r363692 to implement P0608R3
Zhihao Yuan
2019-06-20
4
-3
/
+207
*
[libc++] Revert r363692 which implements P0608R3
Zhihao Yuan
2019-06-19
4
-207
/
+3
*
[libc++] Implement P0608R3 - A sane variant converting constructor
Zhihao Yuan
2019-06-18
4
-3
/
+207
*
[libcxx][test] Include test_workarounds.h where needed
Louis Dionne
2019-06-05
2
-0
/
+2
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
5
-0
/
+10
*
Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....
Marshall Clow
2019-05-13
1
-0
/
+33
*
[libc++][test] Fix noexcept assertions in variant's get tests
Casey Carter
2019-04-25
2
-6
/
+14
*
[libc++] Fix XFAILs when exceptions are disabled
Louis Dionne
2019-02-05
1
-1
/
+1
*
[libc++] Fix XFAILs on macOS when exceptions are disabled
Louis Dionne
2019-02-05
20
-20
/
+20
*
[libcxx] Start defining lit features for tests depending on availability
Louis Dionne
2019-02-05
20
-143
/
+20
*
Support tests in freestanding
JF Bastien
2019-02-04
41
-41
/
+123
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
41
-164
/
+123
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
4
-48
/
+72
*
[libcxx] Remove the availability_markup LIT feature
Louis Dionne
2018-12-07
3
-21
/
+21
*
[libcxx] Use a type that is always an aggregate in variant's tests
Louis Dionne
2018-11-26
3
-25
/
+28
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
20
-102
/
+145
*
Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."
Artem Dergachev
2018-10-16
2
-2
/
+6
*
Revert r344529 "Implement the first part of the calendar support for C++20"
Artem Dergachev
2018-10-16
2
-6
/
+2
*
Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232
Marshall Clow
2018-10-15
2
-2
/
+6
*
Fix diagnostic regex in variant tests to tolerate older clang versions
Eric Fiselier
2018-09-20
1
-1
/
+1
*
Don't require relops on variant alternatives to all return the same
Eric Fiselier
2018-09-19
2
-29
/
+166
*
Workaround GCC bug PR78489 - SFINAE order is not respected.
Eric Fiselier
2018-03-22
1
-0
/
+6
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
2
-2
/
+2
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
2
-2
/
+2
*
Remove unneeded typename from test
Roger Ferrer Ibanez
2017-10-10
1
-1
/
+1
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
1
-1
/
+1
*
Disable the deduction guide test I added in 309296 for the moment, while I fi...
Marshall Clow
2017-07-27
1
-0
/
+4
*
Implement P0739R0: 'Some improvements to class template argument deduction in...
Marshall Clow
2017-07-27
1
-0
/
+5
*
Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...
Marshall Clow
2017-06-28
1
-0
/
+32
*
Add a missing SFINAE condition to the `variant`'s converting constructor.
Michael Park
2017-06-19
1
-0
/
+14
*
Implement LWG 2904.
Michael Park
2017-06-07
3
-63
/
+0
*
Fix test with exceptions disabled
Eric Fiselier
2017-06-07
1
-29
/
+30
*
[test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...
Casey Carter
2017-06-07
5
-38
/
+712
*
Remove incorrect #ifdef guards around variant tests.
Eric Fiselier
2017-05-26
2
-4
/
+2
*
Fix `std::visit` for the zero variants case.
Michael Park
2017-05-11
1
-0
/
+10
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
17
-0
/
+119
*
[test] variant: enable constexpr construction tests on MSVC STL
Casey Carter
2017-05-04
2
-4
/
+21
*
Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.
Eric Fiselier
2017-04-15
4
-30
/
+83
*
Worked around GCC bug 56480. Explicit specialization in a different namespace.
Michael Park
2017-03-23
1
-1
/
+5
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+1
*
Fix Apple-specific XFAIL directive in libc++ test
Mehdi Amini
2017-03-01
2
-2
/
+2
*
Updated the XFAIL comment in variant tests.
Michael Park
2017-03-01
2
-2
/
+8
[next]