llvm-6502/include/llvm/ADT
Daniel Dunbar 2928c83b01 Pass StringRef by value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86251 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-06 10:58:06 +00:00
..
APFloat.h Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed. 2009-10-28 01:08:17 +00:00
APInt.h
APSInt.h
BitVector.h
DenseMap.h
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
ilist_node.h
ilist.h
ImmutableList.h
ImmutableMap.h Make a few more LLVM headers parsable as standalone headers. 2009-11-05 23:01:30 +00:00
ImmutableSet.h Make a few more LLVM headers parsable as standalone headers. 2009-11-05 23:01:30 +00:00
IndexedMap.h
IntrusiveRefCntPtr.h
OwningPtr.h
PointerIntPair.h
PointerUnion.h Add a bunch of missing "template" keywords to disambiguate dependent template names. GCC eats this ill-formed code, Clang does not. I already filed PR5404 to improve recovery in this case 2009-11-06 00:12:53 +00:00
PostOrderIterator.h
PriorityQueue.h Make a few more LLVM headers parsable as standalone headers. 2009-11-05 23:01:30 +00:00
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
StringRef.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
StringSet.h
StringSwitch.h add newline to make cl.exe happy. 2009-10-29 05:07:14 +00:00
Trie.h Make a few more LLVM headers parsable as standalone headers. 2009-11-05 23:01:30 +00:00
Triple.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
Twine.h
UniqueVector.h
ValueMap.h Fix VS build, patch by Marius Wachtler. 2009-10-27 02:17:51 +00:00
VectorExtras.h