llvm-6502/include/llvm/ADT
Benjamin Kramer c1dafe8dc3 [C++11] Replace LLVM-style type traits with C++11 standard ones.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203242 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-07 14:42:25 +00:00
..
APFloat.h APFloat: Add a move ctor and operator= 2014-03-04 20:26:51 +00:00
APInt.h
APSInt.h Give APInt move semantics. 2014-03-02 20:56:28 +00:00
ArrayRef.h
BitVector.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:42:25 +00:00
DenseMapInfo.h
DenseSet.h Remove unnecessary copy ctors. 2014-03-02 21:24:52 +00:00
DepthFirstIterator.h
edit_distance.h
EquivalenceClasses.h
FoldingSet.h [C+11] Add 'override' keyword to methods in the support library. 2014-03-04 06:24:11 +00:00
GraphTraits.h
Hashing.h [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:42:25 +00:00
ilist_node.h
ilist.h
ImmutableIntervalMap.h
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntEqClasses.h
IntervalMap.h
IntrusiveRefCntPtr.h [cleanup] Re-sort the standard library include lines. 2014-03-06 03:43:04 +00:00
iterator_range.h [C++11] Add an iterator_range class template. This is modeled on the 2014-03-03 10:28:38 +00:00
MapVector.h [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. 2014-03-02 12:27:27 +00:00
None.h
Optional.h
OwningPtr.h [C++11] Add release() to OwningPtr. 2014-03-05 08:25:08 +00:00
PackedVector.h
PointerIntPair.h
PointerUnion.h
polymorphic_ptr.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h [C++11] Remove the completely unnecessary requirement on SetVector's 2014-03-03 19:28:52 +00:00
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h Remove unnecessary copy ctors. 2014-03-02 21:24:52 +00:00
SmallVector.h
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h Revert "[C++11] Replace LLVM atomics with std::atomic." 2014-03-03 18:02:34 +00:00
STLExtras.h [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:30:33 +00:00
StringExtras.h
StringMap.h
StringRef.h [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:42:25 +00:00
StringSet.h
StringSwitch.h
TinyPtrVector.h [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. 2014-03-02 12:27:27 +00:00
Triple.h Support: split object format out of environment 2014-03-06 20:47:11 +00:00
Twine.h
UniqueVector.h
VariadicFunction.h