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
/
unord
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
3
-54
/
+54
*
[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
1
-1
/
+1
*
[libc++] Add missing UNSUPPORTED for CTAD tests
Louis Dionne
2019-07-16
2
-0
/
+2
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
2
-0
/
+106
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
6
-0
/
+965
*
[libc++] Add XFAILs for CTAD tests on older compilers
Louis Dionne
2019-07-12
2
-0
/
+2
*
[libc++] Implement deduction guides for <unordered_set>
Louis Dionne
2019-07-11
4
-0
/
+586
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
152
-0
/
+190
*
[libcxx][tests] Fix order checking in unordered_multiset tests.
Louis Dionne
2019-05-23
5
-120
/
+45
*
[libcxx][test] Fix order checking in some more unordered_multimap tests
Louis Dionne
2019-05-22
23
-858
/
+597
*
Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...
Marshall Clow
2019-05-01
18
-46
/
+41
*
Support tests in freestanding
JF Bastien
2019-02-04
355
-391
/
+1097
*
[libcxx] Portability fix: unordered_set and unordered_multiset iterators are ...
Louis Dionne
2019-01-24
1
-4
/
+4
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
355
-1420
/
+1065
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-2
/
+1
*
[libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne
2018-12-20
6
-152
/
+379
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
1
-0
/
+2
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
4
-0
/
+342
*
[libcxx] Add missing includes in tests
Louis Dionne
2018-11-16
21
-0
/
+24
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
1
-1
/
+0
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2018-11-14
4
-20
/
+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
/
+638
*
[libcxx] [test] Add missing <stdexcept> to map at tests.
Billy Robert O'Neal III
2018-10-19
1
-2
/
+3
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
4
-16
/
+16
*
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
/
+1116
*
[test] Fix Container::insert(value_type const&) tests
Eric Fiselier
2018-04-08
8
-309
/
+224
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-2
/
+2
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
1
-2
/
+2
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
4
-0
/
+112
*
Still more missing tests - this time for the unordered containers
Marshall Clow
2017-11-15
8
-0
/
+432
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
14
-45
/
+45
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder...
Eric Fiselier
2017-04-18
22
-146
/
+46
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::...
Eric Fiselier
2017-04-18
26
-196
/
+58
*
Fix test failures due to bad test hasher
Eric Fiselier
2017-03-01
18
-0
/
+24
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
2
-3
/
+3
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
16
-55
/
+0
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
20
-47
/
+92
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
4
-4
/
+4
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-24
/
+3
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
7
-48
/
+27
*
Fix copy/paste errors introduced in r289358
Eric Fiselier
2016-12-11
1
-8
/
+8
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
8
-120
/
+120
[next]