llvm-6502/include/llvm/ADT
Chandler Carruth d916ce3c8e Add a generic collection of class templates to ADT for building
variadic-like functions in C++98. See the comments in the header file
for a more detailed description of how these work. We plan to use these
extensively in the AST matching library. This code and idea were
originally authored by Zhanyong Wan. I've condensed it using macros
to reduce repeatition and adjusted it to fit better with LLVM's ADT.

Thanks to both David Blaikie and Doug Gregor for the review!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146729 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-16 08:58:59 +00:00
..
APFloat.h
APInt.h Handle more cases in APInt::getLowBitsSet's fast path. 2011-11-28 16:56:38 +00:00
APSInt.h
ArrayRef.h
BitVector.h
DAGDeltaAlgorithm.h Adding missing anchor to DATDeltaAlgorithm. 2011-12-07 06:44:23 +00:00
DeltaAlgorithm.h
DenseMap.h
DenseMapInfo.h Use unsigned multiply to hash integers, so we don't end up with undefined behavior for large signed integers. Based on patch by Ahmed Charles. 2011-10-12 22:25:45 +00:00
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h Change the Dominators recalculate() function to only rely on GraphTraits 2011-12-05 19:17:04 +00:00
ilist_node.h
ilist.h
ImmutableIntervalMap.h
ImmutableList.h
ImmutableMap.h Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef from an ImmutableSet object. 2011-09-23 19:10:26 +00:00
ImmutableSet.h Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit. 2011-10-02 01:47:07 +00:00
IndexedMap.h
InMemoryStruct.h
IntEqClasses.h
IntervalMap.h
IntrusiveRefCntPtr.h Support/FileSystem: Implement recursive_directory_iterator and make 2011-12-08 22:50:09 +00:00
NullablePtr.h
Optional.h
OwningPtr.h
PackedVector.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h Avoid warnings about the parameter G being unused. 2011-10-20 08:56:41 +00:00
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h
Statistic.h Silence tsan false-positives (tsan can't track things which are only safe due to 2011-12-05 23:07:05 +00:00
STLExtras.h
StringExtras.h Replace (Lower|Upper)caseString in favor of StringRef's newest methods. 2011-11-06 20:37:06 +00:00
StringMap.h
StringRef.h ADT/StringRef: Add ::lower() and ::upper() methods. 2011-11-06 18:04:43 +00:00
StringSet.h
StringSwitch.h
TinyPtrVector.h allow TinyPtrVector to implicitly convert to ArrayRef. 2011-12-06 02:00:33 +00:00
Trie.h
Triple.h Hexagon backend support 2011-12-12 21:14:40 +00:00
Twine.h
UniqueVector.h
ValueMap.h
VariadicFunction.h Add a generic collection of class templates to ADT for building 2011-12-16 08:58:59 +00:00
VectorExtras.h