Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / include / llvm / ADT / ScopedHashTable.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-04-18 Benjamin KramerAllocator: Remove ReferenceAdder hack.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-02-27 Chris Lattneradd the ability to walk the scope tree and insert at...
2011-01-03 Chris Lattneradd a handy typedef.
2011-01-03 Chris Lattnerreally get this working with a custom allocator.
2011-01-03 Chris LattnerEnhance ScopedHashTable to allow it to take an allocato...
2010-07-27 Chris Lattnermake lookup failures not fatal.
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