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
/
smartptr
/
unique.ptr
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
5
-6
/
+6
*
Use C++11 implementation of unique_ptr in C++03.
Eric Fiselier
2019-06-23
1
-4
/
+0
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
21
-0
/
+33
*
[libc++] Enable deprecation warnings by default
Louis Dionne
2019-03-12
1
-0
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
55
-55
/
+165
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
55
-220
/
+165
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-2
/
+2
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[test] Silence another unused-typedef warning
Casey Carter
2017-04-18
1
-1
/
+0
*
[test] Silence unused parameter/typedef warnings
Casey Carter
2017-04-18
2
-3
/
+1
*
Fix passing incorrectly value-category when constructing unique_ptr's deleter
Eric Fiselier
2017-04-17
1
-4
/
+99
*
Workaround Clang bug regarding template template parameters
Eric Fiselier
2017-04-16
1
-5
/
+11
*
Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.
Eric Fiselier
2017-04-16
15
-67
/
+746
*
Rewrite and cleanup unique_ptr tests.
Eric Fiselier
2017-04-15
54
-0
/
+3382