aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/DenseSet.h
AgeCommit message (Expand)Author
2009-01-09Removed trailing whitespace.Misha Brukman
2008-07-07Make DenseMap's insert return a pair, to more closely resemble std::map.Dan Gohman
2008-07-02Have DenseSet::insert return a bool indicating whether the insertion succeede...Owen Anderson
2008-04-24Implement != for DenseSet iterators.Ted Kremenek
2008-04-24Added iterator support for DenseSet.Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-05Mark count method const.Chris Lattner
2007-09-30Add a new DenseSet abstraction.Chris Lattner