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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
2
-2
/
+2
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
4
-6
/
+6
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
3
-3
/
+0
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
2
-12
/
+10
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
4
-4
/
+4
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
30
-31
/
+31
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
2
-0
/
+106
*
Fix memory leak in set and map.
Eric Fiselier
2019-07-11
2
-10
/
+53
*
[libc++] Take 2: Implement CTAD for map and multimap
Louis Dionne
2019-06-20
6
-0
/
+702
*
[libc++] Revert the addition of map/multimap CTAD
Louis Dionne
2019-06-18
6
-702
/
+0
*
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
Louis Dionne
2019-06-12
2
-2
/
+2
*
[libcxx] XFAIL some CTAD tests on AppleClang 10
Louis Dionne
2019-06-12
2
-2
/
+2
*
[libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...
Louis Dionne
2019-06-11
2
-0
/
+2
*
Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...
Marshall Clow
2019-06-11
2
-0
/
+4
*
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...
Marshall Clow
2019-06-11
2
-2
/
+2
*
[libc++] Implement deduction guides for <set>
Louis Dionne
2019-06-11
4
-0
/
+516
*
XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...
Marshall Clow
2019-06-11
2
-0
/
+4
*
Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...
Marshall Clow
2019-06-10
6
-0
/
+698
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
154
-0
/
+168
*
[libcxx] Do not assume the number of elements in a moved-from associative con...
Louis Dionne
2019-02-13
4
-12
/
+24
*
Update some newly added files that mistakenly used the old file header
Chandler Carruth
2019-02-11
2
-8
/
+6
*
Support tests in freestanding
JF Bastien
2019-02-04
291
-297
/
+805
*
Mark some of the behavior in the move w/allocator constructors of deque/unord...
Marshall Clow
2019-01-29
4
-24
/
+28
*
Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patch
Marshall Clow
2019-01-23
2
-0
/
+42
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
289
-1156
/
+867
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
4
-0
/
+313
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
2
-2
/
+0
*
[libcxx] [test] Include <cassert> for assert().
Stephan T. Lavavej
2018-11-14
4
-0
/
+4
*
Add emplace tests for multiset/unordered_multiset.
Eric Fiselier
2018-11-13
1
-0
/
+1
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
4
-0
/
+594
*
[libcxx] [test] Add missing <stdexcept> to map at tests.
Billy Robert O'Neal III
2018-10-19
1
-1
/
+2
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
4
-30
/
+30
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
4
-4
/
+16
*
First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01
16
-0
/
+1119
*
Fix test failures after r334053.
Eric Fiselier
2018-06-06
4
-8
/
+8
*
[test] Fix Container::insert(value_type const&) tests
Eric Fiselier
2018-04-08
2
-96
/
+69
*
Use multi-key tree search for {map, set}::{count, equal_range}
Eric Fiselier
2018-02-10
8
-0
/
+442
*
Add some tests for operations on const associative containers. Part of LWG#2542
Marshall Clow
2017-11-22
5
-9
/
+23
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
31
-34
/
+34
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
1
-4
/
+4
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
40
-50
/
+74
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
4
-0
/
+112
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
4
-20
/
+20
*
Fix bug 33389 - __is_transparent check requires too much
Marshall Clow
2017-06-13
10
-10
/
+60
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap
Eric Fiselier
2017-04-18
21
-88
/
+42
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
Eric Fiselier
2017-04-18
24
-88
/
+48
*
Fix more -Wshadow warnings introduced by recent Clang change
Eric Fiselier
2017-04-04
5
-6
/
+0
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
3
-4
/
+4
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
20
-44
/
+88
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
4
-4
/
+4
[next]