Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
ADT
/
DenseSetTest.cpp
28332c4
[ADT] Fix a bug in DenseSet's initializer_list constructor.
by Lang Hames
· 7 years ago
cb1f0cf
[ADT] Adds equality operators for DenseMap and DenseSet, and an initializer_list
by Lang Hames
· 7 years ago
fec72d2
Fix DenseSet::ConstIterator typedefs
by David Blaikie
· 7 years ago
21e545d
Fix typos of occurred and occurrence
by Malcolm Parsons
· 8 years ago
04d9e74
Add support for DenseMap/DenseSet count and find using const pointers
by Daniel Berlin
· 9 years ago
6944037
Add test for default construction coverage of DenseSet iterators.
by Dean Michael Berris
· 9 years ago
227c6eb
Allow DenseSet::iterators to be conveted to and compared with const_iterator
by Dean Michael Berris
· 9 years ago
61b9b6a
[ADT] Add an initializer_list constructor to {Small,}DenseSet.
by Justin Lebar
· 9 years ago
4bccb58
[ADT] Add SmallDenseSet.
by Justin Lebar
· 9 years ago
f12b1c7
[ADT] Add missing const_iterator DenseSet::find() const
by Vitaly Buka
· 9 years ago
fa0f96b
[ADT] Add a reserve() method to DenseSet as well as an insert() for R-value
by Mehdi Amini
· 9 years ago
bf00109
Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-value"
by Mehdi Amini
· 9 years ago
d866d8a
[ADT] Add a reserve method to DenseSet as well as an insert() for R-value
by Mehdi Amini
· 9 years ago
b27a3b0
[ADT] Add a 'find_as' operation to DenseSet.
by Lang Hames
· 11 years ago
7c8d139
Fix some -Wsign-compare fallout from changing container count member functions to return unsigned instead of bool.
by David Blaikie
· 11 years ago
bc40d7e
Fix includes of llvm files that used angle brackets.
by Craig Topper
· 13 years ago
e54523d
Prevent looping when DenseSet is abused.
by Stuart Hastings
· 16 years ago