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
/
function.objects
/
func.invoke
/
invoke.pass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+2
*
[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
Louis Dionne
2019-04-03
1
-2
/
+3
*
Support tests in freestanding
JF Bastien
2019-02-04
1
-1
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Don't use C++17 terse static assert. Patch from STL@microsoft.com
Eric Fiselier
2016-06-22
1
-5
/
+5
*
Suppress unused warnings in std::invoke tests.
Eric Fiselier
2016-06-22
1
-4
/
+4
*
Add C++17 std::not_fn negator.
Eric Fiselier
2016-06-02
1
-0
/
+38
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
1
-0
/
+42
*
Fix typo I just introduced.
Marshall Clow
2015-11-10
1
-1
/
+1
*
Explicitly #include <utility> so that we get std::move. Thanks to Walter for ...
Marshall Clow
2015-11-10
1
-0
/
+1
*
Remove non-ascii characters
Eric Fiselier
2015-07-14
1
-5
/
+5
*
Implement n4169 - Add invoke function template
Eric Fiselier
2015-07-14
1
-0
/
+268