Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f44db24e1fd948c75c87aea017646f16553d3361
/
llvm
/
unittests
/
ADT
/
MapVectorTest.cpp
d811ffa
[ADT] Teach MapVector to support a swap member. Will be used in
by Chandler Carruth
· 11 years ago
6467067
Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap and a Vector of SmallVector.
by Michael Gottesman
· 11 years ago
d71825c
Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(), MapVector::end().
by Michael Gottesman
· 11 years ago
1353fe8
Add return value and negative checks to MapVector::erase from r219240.
by Kaelyn Takata
· 11 years ago
6ad1eb4
Add size_t MapVector::erase(KeyT) similar to the one in std::map.
by Kaelyn Takata
· 11 years ago
f51601c
ADT: Add MapVector::remove_if
by Duncan P. N. Exon Smith
· 11 years ago
db88e31
ADT: Fix MapVector::erase()
by Duncan P. N. Exon Smith
· 11 years ago
b1c6756
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test.
by Douglas Gregor
· 13 years ago
476a6da
Add an insert() method to MapVector. Adds the first MapVector unit test.
by Nick Lewycky
· 13 years ago