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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by...
Billy Robert O'Neal III
2020-01-08
1
-0
/
+2
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
1
-3
/
+0
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
1
-0
/
+3
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
1
-3
/
+0
*
libcxx: Rename last two .hpp files in libcxx to .h
Nico Weber
2019-08-21
5
-7
/
+7
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
12
-12
/
+12
*
Fix tests with modules enabled
Eric Fiselier
2019-07-29
4
-0
/
+4
*
[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
70
-0
/
+127
*
Make the test object callable. libstdc++'s bind checks that (libc++ currently...
Marshall Clow
2019-04-24
1
-1
/
+1
*
[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
Louis Dionne
2019-04-03
1
-2
/
+3
*
[libcxx] Make sure reference_wrapper works with incomplete types
Louis Dionne
2019-04-01
4
-0
/
+162
*
[libc++] Enable deprecation warnings by default
Louis Dionne
2019-03-12
8
-12
/
+8
*
[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
133
-133
/
+391
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
134
-536
/
+402
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-2
/
+1
*
[libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Louis Dionne
2018-12-03
2
-0
/
+109
*
Mark P0771 as complete; we already did this - I just added tests to be sure
Marshall Clow
2018-11-20
1
-1
/
+13
*
[libcxx] Fix XFAIL for GCC 4.9
Louis Dionne
2018-11-19
1
-1
/
+1
*
[libcxx] Update test of trivial copyability of reference_wrapper
Louis Dionne
2018-11-19
1
-3
/
+4
*
[libcxx] Fix the binder deprecation tests on Clang 5.
Louis Dionne
2018-09-23
4
-24
/
+8
*
[libcxx] Fix buildbots on Debian
Louis Dionne
2018-09-23
4
-0
/
+4
*
[libc++] Add deprecated attributes to many deprecated components
Louis Dionne
2018-09-23
4
-0
/
+148
*
[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
*
Un-XFAIL a test under new GCC version; the GCC bug has been fixed
Eric Fiselier
2018-03-22
1
-1
/
+1
*
Fix most GCC test failures.
Eric Fiselier
2018-01-18
1
-0
/
+48
*
[libcxx] [test] Improve MSVC portability.
Stephan T. Lavavej
2018-01-10
1
-4
/
+8
*
Apparently 'C++14' is different than 'c++14'
Marshall Clow
2018-01-08
1
-1
/
+1
*
Add the C++17 extensions to std::search. Include the default searcher, but no...
Marshall Clow
2018-01-08
11
-0
/
+1264
*
[libcxx] P0604, invoke_result and is_invocable
Zhihao Yuan
2017-12-12
2
-10
/
+10
*
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
8
-11
/
+27
*
[libcxx] [test] Rename _Up to U, etc. NFCI.
Stephan T. Lavavej
2017-08-11
4
-16
/
+16
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
4
-8
/
+8
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
2
-2
/
+2
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[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] Make files consistently end with newlines, NFC.
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
*
Cleanup test issues reported by STL @ Microsoft.
Eric Fiselier
2017-05-12
2
-158
/
+0
*
Mark LWG#2850 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
1
-1
/
+2
*
Remove usages of _LIBCPP_MSVC which is never defined
Eric Fiselier
2017-05-10
1
-1
/
+1
*
Implement LWG 2591 - Patch from K-Ballo
Eric Fiselier
2017-05-10
1
-0
/
+4
[next]