aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/DenseSet.h
Commit message (Expand)AuthorAgeFilesLines
* Make comment a bit more clear.Eric Christopher2013-01-041-1/+2
* Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis2012-12-031-0/+1
* Initialize DenseSets lazily.Benjamin Kramer2011-07-211-1/+1
* Add DenseSet::resize for API parity with DenseMap::resize.Nick Lewycky2011-01-271-0/+3
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-011-2/+2
* Fill out the interface of DenseSet a bit.Owen Anderson2010-07-271-0/+6
* Iterator traits and swap. closes PR6548 and PR6549Andrew Lenharth2010-03-081-0/+16
* Make DenseSet's erase pass on the return value rather than swallowing it.Dan Gohman2010-02-021-2/+2
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-091-1/+1
* remove extraneous comma clang warns aboutChris Lattner2009-12-061-1/+1
* Add range insert method for DenseSet and define DenseMapInfo for chars.Chris Lattner2009-04-011-0/+7
* Removed trailing whitespace.Misha Brukman2009-01-091-16/+16
* Make DenseMap's insert return a pair, to more closely resemble std::map.Dan Gohman2008-07-071-4/+4
* Have DenseSet::insert return a bool indicating whether the insertion succeede...Owen Anderson2008-07-021-2/+2
* Implement != for DenseSet iterators.Ted Kremenek2008-04-241-0/+2
* Added iterator support for DenseSet.Ted Kremenek2008-04-241-4/+38
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Mark count method const.Chris Lattner2007-10-051-1/+1
* Add a new DenseSet abstraction.Chris Lattner2007-09-301-0/+61