Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / include / llvm / ADT / PriorityQueue.h
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...