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
/
vector.modifiers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
6
-0
/
+6
*
Add tests specifically for LWG2164. We already did this; but now we have test...
Marshall Clow
2019-04-29
2
-0
/
+23
*
Support tests in freestanding
JF Bastien
2019-02-04
15
-15
/
+45
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
15
-60
/
+45
*
[libcxx] Fix incorrect iterator type in vector container test
Louis Dionne
2018-11-21
1
-24
/
+32
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-1
/
+4
*
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
3
-12
/
+6
*
[libcxx] Improve code generation for vector::clear().
Bruce Mitchener
2017-03-23
1
-0
/
+40
*
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
12
-443
/
+16
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
1
-8
/
+9
*
Protect sequences test under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-12-01
1
-6
/
+8
*
[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
*
[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...
Stephan T. Lavavej
2016-10-27
2
-2
/
+8
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
9
-22
/
+22
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
1
-15
/
+15
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
1
-0
/
+9
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
19
-19
/
+19
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
14
-115
/
+115
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
2
-2
/
+2
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
2
-0
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
20
-0
/
+1788