Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ADT / SetVector.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-03-03 Chandler Carruth[C++11] Remove the completely unnecessary requirement...
2013-08-19 Jakub StaszakMake sure that pop_back_val() result is used.
2012-10-03 Chandler CarruthThird try at fixing this. ;] Go back to using std:...
2012-10-03 Chandler CarruthSwitch the SetVector::remove_if implementation to use...
2012-10-02 Chandler CarruthTeach the new SROA to handle cases where an alloca...
2012-10-02 Chandler CarruthClean up these doxygen comments to follow the proposed...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2011-12-20 Chris Lattneradd a method to improve compatibility with SmallVector.
2010-09-22 Dan GohmanMake SetVector's remove indicate whether it actually...
2010-06-05 Dan GohmanImplement operator== and operator!= for SetVector.
2009-02-20 Misha BrukmanFixed lint errors:
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-02-04 Chris LattnerMake SmallSetVector useful
2007-02-03 Chris LattnerConvert SetVector to be a true adapter class and add...
2007-01-17 Reid SpencerFor PR1094:
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-13 Chris LattnerUse explicit std:: qualification to avoid relying on...
2004-09-11 Reid SpencerFix the replace method to assert if an item was erased...
2004-09-11 Reid SpencerImplement the remove method for deleting entries from...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Brian GaekeFix typo in comment.
2004-07-25 Chris LattnerAdd back() and pop_back() methods to SetVector
2004-07-15 Chris LattnerGive SetVector range support
2004-07-08 Reid SpencerGet rid of some cruft in the insert method.
2004-07-08 Reid SpencerFirst version of a vector with uniqueness constraints...