Shifting into the sign bit is UB as discussed on IRC. Explicitly use the
[oota-llvm.git] / include / llvm / ADT / SparseMultiSet.h
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...