aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/PriorityQueue.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2009-11-05Make a few more LLVM headers parsable as standalone headers.Douglas Gregor
2009-01-09Removed trailing whitespace.Misha Brukman
2008-06-23Add a clear() method to PriorityQueue.Dan Gohman
2008-06-23Simplify erase_one slightly. It's not necessary to preserveDan Gohman
2008-06-21Add a priority queue class, which is a wrapper around std::priority_queueDan Gohman