llvm-6502/include/llvm/ADT
Benjamin Kramer 0b6962f4be Add a function object to compare the first or second component of a std::pair.
Replace instances of this scattered around the code base.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189169 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-24 12:54:27 +00:00
..
APFloat.h [APFloat] Removed nextafter from missing operations since it is implemented in APFloat::next. 2013-07-27 21:49:19 +00:00
APInt.h
APSInt.h
ArrayRef.h
BitVector.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h Calling the base class constructor from the derived class' initializer list. This matches DenseMap's behavior, and silences some warnings. 2013-08-16 02:56:43 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
edit_distance.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
Hashing.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h
ImmutableList.h
ImmutableMap.h Add difference_type to ImmutableMap/Set iterators so they have a complete set of typedefs. 2013-08-16 21:55:56 +00:00
ImmutableSet.h Add difference_type to ImmutableMap/Set iterators so they have a complete set of typedefs. 2013-08-16 21:55:56 +00:00
IndexedMap.h
IntEqClasses.h
IntervalMap.h Fix -Wdocumentation warnings. 2013-07-28 23:43:28 +00:00
IntrusiveRefCntPtr.h
MapVector.h
None.h
Optional.h
OwningPtr.h
PackedVector.h
PointerIntPair.h
PointerUnion.h Basic unit tests for PointerUnion 2013-08-21 21:30:23 +00:00
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h Make sure that pop_back_val() result is used. 2013-08-19 22:12:00 +00:00
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h Make sure that pop_back_val() result is used. 2013-08-19 22:12:00 +00:00
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h
STLExtras.h Add a function object to compare the first or second component of a std::pair. 2013-08-24 12:54:27 +00:00
StringExtras.h
StringMap.h
StringRef.h Added const qualifier to StringRef::edit_distance member function 2013-08-24 01:50:41 +00:00
StringSet.h
StringSwitch.h
TinyPtrVector.h
Triple.h ADT/Triple: Helper to determine if we are targeting the Windows CRT 2013-08-21 21:53:33 +00:00
Twine.h
UniqueVector.h
ValueMap.h
VariadicFunction.h