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
/
associative
/
multimap
/
multimap.cons
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
1
-1
/
+1
*
[libc++] Take 2: Implement CTAD for map and multimap
Louis Dionne
2019-06-20
3
-0
/
+351
*
[libc++] Revert the addition of map/multimap CTAD
Louis Dionne
2019-06-18
3
-351
/
+0
*
[libcxx] XFAIL some CTAD tests on AppleClang 10
Louis Dionne
2019-06-12
1
-1
/
+1
*
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...
Marshall Clow
2019-06-11
1
-1
/
+1
*
XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...
Marshall Clow
2019-06-11
1
-0
/
+2
*
Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...
Marshall Clow
2019-06-10
3
-0
/
+349
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
15
-0
/
+16
*
[libcxx] Do not assume the number of elements in a moved-from associative con...
Louis Dionne
2019-02-13
1
-3
/
+6
*
Support tests in freestanding
JF Bastien
2019-02-04
23
-23
/
+69
*
Mark some of the behavior in the move w/allocator constructors of deque/unord...
Marshall Clow
2019-01-29
1
-7
/
+8
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
Fix test failures after r334053.
Eric Fiselier
2018-06-06
1
-2
/
+2
*
Add some tests for operations on const associative containers. Part of LWG#2542
Marshall Clow
2017-11-22
1
-2
/
+4
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-5
/
+5
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap
Eric Fiselier
2017-04-18
7
-30
/
+14
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
4
-7
/
+15
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
1
-1
/
+1
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
1
-1
/
+2
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-3
/
+2
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
7
-1
/
+161
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-3
/
+4
*
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30
1
-2
/
+0
*
Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...
Marshall Clow
2016-06-30
1
-0
/
+2
*
Implement LWG#2436: 'Comparators for associative containers should always be ...
Marshall Clow
2016-06-30
1
-0
/
+29
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
1
-2
/
+3
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
21
-29
/
+25
*
Make the comparison objects that we pass in for various tests look more like ...
Marshall Clow
2016-06-09
4
-0
/
+4
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-2
/
+2
*
Remove undefined behavior from tests; specifically, ensure that the value typ...
Marshall Clow
2015-11-24
4
-8
/
+12
*
Allow declaration of map and multimap iterator with incomplete mapped type. P...
Eric Fiselier
2015-03-03
1
-0
/
+29
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
6
-6
/
+6
*
Fix PR22366. When move-constructing an associative container and explicitly p...
Marshall Clow
2015-01-28
1
-0
/
+48
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
21
-0
/
+1866