1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include/llvm/ADT
Jonas Devlieghere 2c693415b7 [llvm] Migrate llvm::make_unique to std::make_unique
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

llvm-svn: 369013
2019-08-15 15:54:37 +00:00
..
AllocatorList.h
Any.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
APFloat.h
APInt.h [APInt] Introduce clearLowBits() 2019-07-30 07:09:41 +00:00
APSInt.h
ArrayRef.h
bit.h
BitmaskEnum.h
BitVector.h
BreadthFirstIterator.h
CachedHashString.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
DirectedGraph.h [DDG] DirectedGraph as a base class for various dependence graphs such 2019-07-25 18:23:22 +00:00
edit_distance.h
EpochTracker.h
EquivalenceClasses.h
fallible_iterator.h
FoldingSet.h
FunctionExtras.h
GraphTraits.h
Hashing.h
ilist_base.h
ilist_iterator.h
ilist_node_base.h
ilist_node_options.h
ilist_node.h
ilist.h
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntEqClasses.h
IntervalMap.h [NFC] Remove uses of LLVM_ALIGNAS 2019-07-30 16:31:06 +00:00
IntrusiveRefCntPtr.h
iterator_range.h
iterator.h
MapVector.h
None.h
Optional.h Revert rL368939 "Remove LVALUE / RVALUE workarounds" 2019-08-15 10:12:11 +00:00
PackedVector.h
PointerEmbeddedInt.h
PointerIntPair.h
PointerSumType.h
PointerUnion.h [ADT] PointerUnion: Use C++14 constexpr std::min 2019-08-15 11:49:00 +00:00
PostOrderIterator.h
PriorityQueue.h
PriorityWorklist.h
SCCIterator.h
ScopedHashTable.h
ScopeExit.h
Sequence.h
SetOperations.h
SetVector.h
simple_ilist.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h
STLExtras.h Replace llvm::integer_sequence and friends with the C++14 standard version 2019-08-15 10:56:05 +00:00
StringExtras.h
StringMap.h
StringRef.h
StringSet.h
StringSwitch.h
TinyPtrVector.h
Triple.h
Twine.h
UniqueVector.h
VariadicFunction.h