Merging r258184:
[oota-llvm.git] / include / llvm / ADT / PriorityQueue.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-06-23 Dan GohmanAdd a clear() method to PriorityQueue.
2008-06-23 Dan GohmanSimplify erase_one slightly. It's not necessary to...
2008-06-21 Dan GohmanAdd a priority queue class, which is a wrapper around...