[ADT] Add a generic iterator utility for adapting iterators much like
[oota-llvm.git] / include / llvm / ADT / SparseMultiSet.h
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2013-01-22 NAKAMURA TakumiSparseMultiSet.h: Add suggested parentheses.
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...