Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Valgrind!
[oota-llvm.git] / include / llvm / ADT / ScopedHashTable.h
2010-03-03 Evan ChengTopLevelMap[] reference is a pointer.
2010-03-02 Evan ChengAllow specialization of ScopedHashTable of non-default...
2010-03-02 Evan ChengAdd count() and lookup() to ScopedHashTable. It might...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-06-09 Chris LattnerAdd a simple, but efficient, generic scoped hash table