llvm-6502/include/llvm/ADT
Eric Christopher 3a8ff4c8b6 More warnings patrol: Another unused argument and more implicit
conversions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84382 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-17 23:56:18 +00:00
..
APFloat.h Add half precision floating point support (float16) to APFloat, 2009-10-16 02:13:51 +00:00
APInt.h Add a ceilLogBase2 function to APInt. 2009-10-13 01:49:02 +00:00
APSInt.h
BitVector.h
DenseMap.h Add a comment explaining how DenseMap::insert works, because it is not 2009-10-07 09:23:56 +00:00
DenseMapInfo.h More warnings patrol: Another unused argument and more implicit 2009-10-17 23:56:18 +00:00
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h restore semantics of operator* (removing a FIXME I had to introduce in r80224) 2009-08-31 20:54:23 +00:00
FoldingSet.h Switch FoldingSet::AddString to StringRef based API. 2009-09-22 03:34:53 +00:00
GraphTraits.h
ilist_node.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
ilist.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
ImmutableList.h
ImmutableMap.h Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicalize the internal functional AVL trees. This should speedup clients that use ImmutableMap/ImmutableSet but don't require fast comparisons of maps. 2009-10-13 19:08:10 +00:00
ImmutableSet.h Delete bogus semicolons. 2009-10-14 20:39:01 +00:00
IndexedMap.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
IntrusiveRefCntPtr.h
OwningPtr.h
PointerIntPair.h Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy> 2009-09-17 20:35:18 +00:00
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h switch scciterator to use DenseMap instead of std::map 2009-09-15 04:37:49 +00:00
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h Fix apostrophos. 2009-09-15 15:08:33 +00:00
SmallString.h add a simple c_str() method to SmallString. 2009-09-19 23:57:31 +00:00
SmallVector.h
SparseBitVector.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
Statistic.h
STLExtras.h
StringExtras.h Move UnescapeString to a static function for its sole client; its inefficient and broken. 2009-10-17 20:43:42 +00:00
StringMap.h
StringRef.h Don't use identifiers that start with an underscore followed 2009-10-01 17:39:52 +00:00
StringSet.h
Trie.h
Triple.h add haiku support, patch by Paul Davey! 2009-10-16 02:06:30 +00:00
Twine.h
UniqueVector.h
VectorExtras.h