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
*
[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
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
2
-4
/
+4
*
Fix PR31916 - std::visit rejects visitors accepting lvalue arguments
Eric Fiselier
2017-02-09
1
-0
/
+11
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
2
-0
/
+53
*
Added a workaround for a `-fdelayed-template-parsing` bug.
Michael Park
2017-01-16
1
-3
/
+0
*
Mark test as UNSUPPORTED on Windows since it hangs forever
Eric Fiselier
2017-01-14
1
-0
/
+3
*
Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...
Eric Fiselier
2017-01-05
2
-4
/
+8
*
Use C++11 static_assert in variant tests. Patch from Michael Park
Eric Fiselier
2017-01-04
1
-2
/
+2
*
Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michae...
Eric Fiselier
2016-12-23
2
-2
/
+2
*
std::get<0>([std::variant constant expression]) *is* noexcept.
Casey Carter
2016-12-06
2
-2
/
+40
*
XFAIL variant tests for apple-clang
Eric Fiselier
2016-12-03
2
-2
/
+2
*
Work around Clang 3.8 bugs
Eric Fiselier
2016-12-03
4
-47
/
+6
*
Make variant's index part of the hash value
Eric Fiselier
2016-12-02
1
-0
/
+13
*
Implement C++17 <variant>. Patch from Michael Park!
Eric Fiselier
2016-12-02
23
-164
/
+162
*
Fix copy/paste errors in new variant tests
Eric Fiselier
2016-12-02
2
-6
/
+6
*
Add tests for libc++'s constexpr variant copy/move extension
Eric Fiselier
2016-12-02
4
-0
/
+93
*
Don't "LIBCPP_ONLY(stuff;)" at namespace scope.
Casey Carter
2016-11-23
1
-3
/
+3
*
Add <variant> tests but disable them for libc++
Eric Fiselier
2016-11-23
39
-0
/
+4985