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
/
containers
/
sequences
/
vector
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
1
-0
/
+7
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
2
-4
/
+4
*
Fix failing negative compilation test for some versions of Clang
Eric Fiselier
2019-09-13
1
-0
/
+1
*
Recommit r370502: Make `vector` unconditionally move elements when
Eric Fiselier
2019-09-13
2
-45
/
+45
*
[libc++] Add a test for resizing of a vector with copy-only elements
Louis Dionne
2019-09-05
1
-0
/
+45
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
27
-0
/
+28
*
Add tests specifically for LWG2164. We already did this; but now we have test...
Marshall Clow
2019-04-29
2
-0
/
+23
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
2
-2
/
+0
*
Fix a vector test to not use a local type as a template parameter. This cause...
Marshall Clow
2019-03-22
1
-7
/
+9
*
Mark vector::operator[] and front/back as noexcept. We already do this for st...
Marshall Clow
2019-03-15
1
-0
/
+121
*
Support tests in freestanding
JF Bastien
2019-02-04
60
-60
/
+180
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
60
-240
/
+180
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-0
/
+31
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
2
-0
/
+156
*
Update a couple of vector<bool> tests that were testing libc++-specific bahav...
Marshall Clow
2018-12-07
1
-2
/
+2
*
[libcxx] Fix incorrect iterator type in vector container test
Louis Dionne
2018-11-21
1
-24
/
+32
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
2
-4
/
+0
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
1
-4
/
+4
*
Remove unused include of "verbose_assert.h"
Marshall Clow
2018-09-19
1
-1
/
+0
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-1
/
+4
*
Fix a couple of 'unused variable' warnings in a vector test. NFC.
Marshall Clow
2018-07-13
1
-0
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-3
/
+3
*
Fix PR37694 - std::vector doesn't correctly move construct allocators.
Eric Fiselier
2018-06-05
1
-0
/
+33
*
Implement deduction guides for vector
Marshall Clow
2018-05-21
2
-0
/
+156
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-0
/
+28
*
Added tests for xxx.size() and xxx.empty() for all the sequence containers
Marshall Clow
2017-11-15
2
-0
/
+108
*
[libc++] Fix PR34898 - vector iterator constructors and assign method perform...
Eric Fiselier
2017-10-17
3
-62
/
+331
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
3
-16
/
+16
*
Sigh. Once again forgot about the 'no exceptions' bots.
Marshall Clow
2017-04-17
2
-0
/
+8
*
Mark LWG#2853 as complete. No code changes required, but added a couple of ex...
Marshall Clow
2017-04-17
2
-0
/
+48
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.
Eric Fiselier
2017-04-16
11
-49
/
+27
*
[libcxx] Improve code generation for vector::clear().
Bruce Mitchener
2017-03-23
1
-0
/
+40
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
2
-2
/
+6
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
1
-0
/
+32
*
Fix debug mode for vector/list and cleanup tests
Eric Fiselier
2016-12-28
14
-502
/
+16
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-0
/
+3
*
[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...
Stephan T. Lavavej
2016-12-14
1
-1
/
+1
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
1
-8
/
+9
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
1
-7
/
+4
*
[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
2
-2
/
+2
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-2
/
+4
*
Protect sequences test under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-12-01
1
-6
/
+8
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
2
-2
/
+2
*
[libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
3
-6
/
+9
*
[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
2
-30
/
+32
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-0
/
+48
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
1
-1
/
+2
*
[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...
Stephan T. Lavavej
2016-10-27
7
-11
/
+23
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
17
-43
/
+43
[next]