summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/DenseSet.h
Commit message (Expand)AuthorAge
* Remove unnecessary copy ctors.Benjamin Kramer2014-03-02
* Add missing definitions of key_type and value_type to DenseSet.Matt Arsenault2014-01-08
* Make comment a bit more clear.Eric Christopher2013-01-04
* Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis2012-12-03
* Initialize DenseSets lazily.Benjamin Kramer2011-07-21
* Add DenseSet::resize for API parity with DenseMap::resize.Nick Lewycky2011-01-27
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-01
* Fill out the interface of DenseSet a bit.Owen Anderson2010-07-27
* Iterator traits and swap. closes PR6548 and PR6549Andrew Lenharth2010-03-08
* Make DenseSet's erase pass on the return value rather than swallowing it.Dan Gohman2010-02-02
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-09
* remove extraneous comma clang warns aboutChris Lattner2009-12-06
* Add range insert method for DenseSet and define DenseMapInfo for chars.Chris Lattner2009-04-01
* Removed trailing whitespace.Misha Brukman2009-01-09
* Make DenseMap's insert return a pair, to more closely resemble std::map.Dan Gohman2008-07-07
* Have DenseSet::insert return a bool indicating whether the insertion succeede...Owen Anderson2008-07-02
* Implement != for DenseSet iterators.Ted Kremenek2008-04-24
* Added iterator support for DenseSet.Ted Kremenek2008-04-24
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Mark count method const.Chris Lattner2007-10-05
* Add a new DenseSet abstraction.Chris Lattner2007-09-30