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.wrap
/
func.wrap.func
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
10
-10
/
+10
*
[libc++] Add C++17 deduction guides for std::function
Louis Dionne
2019-07-18
3
-0
/
+283
*
Move libc++ specific tests for std::function out of the std directory
Eric Fiselier
2019-06-11
2
-94
/
+0
*
Fix some incorrect std::function tests
Eric Fiselier
2019-06-08
1
-2
/
+4
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
14
-0
/
+25
*
[NFC] Fix incorrect comment in std::function test
Louis Dionne
2019-02-21
1
-1
/
+1
*
Support tests in freestanding
JF Bastien
2019-02-04
33
-33
/
+99
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
34
-136
/
+102
*
Mark P0771 as complete; we already did this - I just added tests to be sure
Marshall Clow
2018-11-20
1
-1
/
+13
*
[libcxx] func.wrap.func.con: Unset function before destroying anything
Volodymyr Sapsai
2018-04-25
2
-0
/
+92
*
[libcxx][test] Silence -Wself-assign diagnostics
Roman Lebedev
2018-04-07
1
-4
/
+4
*
Fix PR34298 - Allow std::function with an incomplete return type.
Eric Fiselier
2017-09-10
1
-1
/
+36
*
Revert "Fix PR34298 - Allow std::function with an incomplete return type."
Eric Fiselier
2017-09-10
1
-36
/
+1
*
Fix PR34298 - Allow std::function with an incomplete return type.
Eric Fiselier
2017-09-10
1
-1
/
+36
*
[libcxx] [test] Update for C++17 feature removals.
Stephan T. Lavavej
2017-08-24
1
-1
/
+2
*
[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
2
-4
/
+4
*
func.wrap.func.con: Fix test comment
Duncan P. N. Exon Smith
2017-06-18
1
-1
/
+1
*
Mark LWG#2850 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
1
-1
/
+2
*
Implement LWG 2591 - Patch from K-Ballo
Eric Fiselier
2017-05-10
1
-0
/
+4
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
2
-2
/
+2
*
Remove all usages of REQUIRES-ANY in the test suite.
Eric Fiselier
2017-01-24
6
-6
/
+6
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
Fix PR31489 - std::function self-swap segfaults
Eric Fiselier
2016-12-29
2
-94
/
+195
*
[libcxx] [test] D26815: Fix an assumption about the state of moved-from std::...
Stephan T. Lavavej
2016-11-18
1
-2
/
+2
*
Implement http://wg21.link/p0302r1: Removing Allocator Support in std::functi...
Marshall Clow
2016-10-13
12
-0
/
+210
*
Add tests to check that swap(std::function, std::function) is noexcept. This ...
Marshall Clow
2016-10-10
1
-1
/
+14
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
1
-2
/
+3
*
Implement LWG 2393. Check for LValue-callability.
Eric Fiselier
2016-07-24
3
-0
/
+65
*
Fix inheriting constructor test for std::function.
Eric Fiselier
2016-07-20
1
-4
/
+7
*
Add missed test in r276090.
Eric Fiselier
2016-07-20
1
-0
/
+23
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-1
/
+1
*
Mark LWG issue 2565 as complete. Update the tests to check it.
Eric Fiselier
2016-05-31
2
-28
/
+100
*
Implement LWG#2385; remove the allocator-aware std::function::assign call. It...
Marshall Clow
2016-01-25
1
-0
/
+4
*
Add missing license headers
Eric Fiselier
2016-01-19
1
-0
/
+9
*
[libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...
Eric Fiselier
2015-08-18
1
-0
/
+247
*
Cleanup tests that fail in C++1z and with Clang 3.8
Eric Fiselier
2015-07-17
7
-369
/
+242
*
Fix std::function allocator constructors in C++03.
Eric Fiselier
2015-06-14
3
-119
/
+206
*
[libc++] Fix PR22922 - Allocator support for std::function does not know how ...
Eric Fiselier
2015-03-18
5
-15
/
+18
*
[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...
Eric Fiselier
2015-02-10
4
-0
/
+81
*
Fix use of C++11 extensions in C++03 code.
Eric Fiselier
2015-02-10
2
-1
/
+3
*
In early C++11 standard drafts, std::function derived from std::unary_functio...
Marshall Clow
2015-01-08
1
-29
/
+88
*
[libcxx] Consolidate new/delete replacement in tests and disable it when usin...
Eric Fiselier
2014-12-22
9
-235
/
+95
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
26
-0
/
+2098