aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/PriorityQueue.h
Commit message (Expand)AuthorAgeFilesLines
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-051-0/+1
* Removed trailing whitespace.Misha Brukman2009-01-091-1/+1
* Add a clear() method to PriorityQueue.Dan Gohman2008-06-231-0/+6
* Simplify erase_one slightly. It's not necessary to preserveDan Gohman2008-06-231-1/+1
* Add a priority queue class, which is a wrapper around std::priority_queueDan Gohman2008-06-211-0/+77