summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/PriorityQueue.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-05
* Removed trailing whitespace.Misha Brukman2009-01-09
* Add a clear() method to PriorityQueue.Dan Gohman2008-06-23
* Simplify erase_one slightly. It's not necessary to preserveDan Gohman2008-06-23
* Add a priority queue class, which is a wrapper around std::priority_queueDan Gohman2008-06-21