Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / ADT / SparseMultiSet.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
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...