llvm-6502/include/llvm/ADT
Chris Lattner c6402013c8 Disable the string map copy ctor and assignment operators,
they don't do the right thing.  

Implement StringMap::erase.

Fix a nasty bug in the default ctor.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40395 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-22 20:08:01 +00:00
..
APInt.h
APSInt.h add a helper method. 2007-07-15 23:32:03 +00:00
BitVector.h Evidently my earlier fix did not go far enough. When resizing a zero-sized 2007-07-10 02:01:16 +00:00
DenseMap.h Make the heuristic for shrinking DenseMap smarter. 2007-07-20 18:56:46 +00:00
DepthFirstIterator.h Have internal df_iterator's use SmallPtrSet instead of std::set. This provides compile time speedups to any pass using df_iterator. 2007-06-21 21:25:36 +00:00
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
hash_map.in
hash_set.in
HashExtras.h
ilist
IndexedMap.h
iterator.in
PostOrderIterator.h
SCCIterator.h
SetOperations.h
SetVector.h
SmallPtrSet.h Unbreak the build by putting calls to free into the implementation file and 2007-07-17 02:16:12 +00:00
SmallSet.h
SmallString.h
SmallVector.h Add an explicit keyword. Thanks Chris! 2007-06-29 22:16:25 +00:00
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h Disable the string map copy ctor and assignment operators, 2007-07-22 20:08:01 +00:00
Tree.h
UniqueVector.h
VectorExtras.h