mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
6bae49b565
This is (more?) usable by GDB pretty printers and seems nicer to write. There's one tricky caveat that in C++14 (LLVM's codebase today) the static constexpr member declaration is not a definition - so odr use of this constant requires an out of line definition, which won't be provided (that'd make all these trait classes more annoyidng/expensive to maintain). But the use of this constant in the library implementation is/should always be in a non-odr context - only two unit tests needed to be touched to cope with this/avoid odr using these constants. Based on/expanded from D72590 by Christian Sigg. |
||
---|---|---|
.. | ||
AllocatorList.h | ||
Any.h | ||
APFloat.h | ||
APInt.h | ||
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 | ||
edit_distance.h | ||
EnumeratedArray.h | ||
EpochTracker.h | ||
EquivalenceClasses.h | ||
fallible_iterator.h | ||
FloatingPointMode.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 | ||
IntrusiveRefCntPtr.h | ||
iterator_range.h | ||
iterator.h | ||
MapVector.h | ||
None.h | ||
Optional.h | ||
PackedVector.h | ||
PointerEmbeddedInt.h | ||
PointerIntPair.h | ||
PointerSumType.h | ||
PointerUnion.h | ||
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 | ||
StringExtras.h | ||
StringMap.h | ||
StringRef.h | ||
StringSet.h | ||
StringSwitch.h | ||
TinyPtrVector.h | ||
Triple.h | ||
Twine.h | ||
UniqueVector.h |