Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / include / llvm / Support / OnDiskHashTable.h
2015-04-11 Benjamin KramerMake OnDiskChainedHashTableGenerator's Bucket type...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-05-07 Nico WeberLet OnDiskHashTable call the destructor of its Items.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-18 Justin BognerOnDiskHashTable: Fix a think-o with offset_type
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Justin BognerOnDiskHashTable: Provide iterator_range for keys and...
2014-04-17 Justin BognerSupport: Move OnDiskHashTable from clang to llvm