llvm-project/llvm/unittests/ADT
Kazu Hirata c8cf669f60 [ADT] Deprecate Optional::getValueOr (NFC)
This patch deprecates getValueOr in favor of value_or.

Differential Revision: https://reviews.llvm.org/D130140
2022-07-25 23:01:02 -07:00
..
APFixedPointTest.cpp [Fixed Point] Fix C++20 compilation error 2022-07-13 08:36:04 -04:00
APFloatTest.cpp [APFloat] Fix truncation of certain subnormal numbers 2022-06-08 21:54:35 +03:00
APIntTest.cpp [ISel] Match all bits when merge undefs for DAG combine 2022-07-01 09:09:43 +08:00
APSIntTest.cpp
AnyTest.cpp
ArrayRefTest.cpp ADT/ArrayRef: Add makeMutableArrayRef overloads 2022-06-09 09:59:50 +02:00
BitFieldsTest.cpp
BitVectorTest.cpp [llvm][ADT] Implement `BitVector::{pop_,}back` 2022-01-21 14:50:53 +01:00
BitmaskEnumTest.cpp [ADT] Make BitmaskEnum operations constant expressions 2022-03-11 11:11:55 +01:00
BreadthFirstIteratorTest.cpp
BumpPtrListTest.cpp
CMakeLists.txt [ADT][NFC] Early bail out for ComputeEditDistance 2022-06-08 08:20:29 +01:00
CoalescingBitVectorTest.cpp
CombinationGeneratorTest.cpp [NFC] Move CombinationGenerator from Exegesis to ADT 2021-11-05 16:53:46 +03:00
DAGDeltaAlgorithmTest.cpp
DeltaAlgorithmTest.cpp
DenseMapTest.cpp Fix assertion in SmallDenseMap constructor with reserve from non-power-of-2 buckets count 2022-07-25 17:09:44 +00:00
DenseSetTest.cpp
DepthFirstIteratorTest.cpp
DirectedGraphTest.cpp
EditDistanceTest.cpp [ADT][NFC] Early bail out for ComputeEditDistance 2022-06-08 08:20:29 +01:00
EnumeratedArrayTest.cpp
EquivalenceClassesTest.cpp [adt] Fix compiler warning in test 2021-12-15 16:13:24 +09:00
FallibleIteratorTest.cpp
FloatingPointMode.cpp
FoldingSet.cpp
FunctionExtrasTest.cpp [ADT] Extend EnableIfCallable for callables with incomplete returns 2021-09-13 19:16:16 +00:00
FunctionRefTest.cpp
HashingTest.cpp [Support] Automatically support `hash_value` when `HashBuilder` support is available. 2021-09-07 09:56:11 -07:00
IListBaseTest.cpp
IListIteratorTest.cpp
IListNodeBaseTest.cpp
IListNodeTest.cpp
IListSentinelTest.cpp
IListTest.cpp
ImmutableListTest.cpp
ImmutableMapTest.cpp
ImmutableSetTest.cpp [ADT] Remove ImmutableSet::foreach and ImmutableMap::foreach (NFC) 2022-01-01 22:05:14 -08:00
IntEqClassesTest.cpp
IntervalMapTest.cpp [ADT] Explicitly delete copy/move constructors and operator= in IntervalMap 2022-05-26 07:58:18 -07:00
IntrusiveRefCntPtrTest.cpp
IteratorTest.cpp ADT: Fix const-correctness of iterator facade 2021-11-12 20:41:47 -08:00
MapVectorTest.cpp
MappedIteratorTest.cpp [mlir] Optimize usage of llvm::mapped_iterator 2021-11-11 03:26:29 +00:00
OptionalTest.cpp [ADT] Deprecate Optional::getValueOr (NFC) 2022-07-25 23:01:02 -07:00
PackedVectorTest.cpp
PointerEmbeddedIntTest.cpp
PointerIntPairTest.cpp
PointerSumTypeTest.cpp
PointerUnionTest.cpp [PointerUnionTest] Fix an incorrectly written test 2022-06-07 11:26:28 -07:00
PostOrderIteratorTest.cpp
PriorityWorklistTest.cpp
RangeAdapterTest.cpp
SCCIteratorTest.cpp
STLExtrasTest.cpp Fix warnings when `-Wdeprecated-enum-enum-conversion` is enabled 2022-04-07 08:20:54 -04:00
STLForwardCompatTest.cpp
ScopeExitTest.cpp
SequenceTest.cpp Move STLFunctionalExtras out of STLExtras 2022-01-24 14:13:21 +01:00
SetVectorTest.cpp
SimpleIListTest.cpp Move STLFunctionalExtras out of STLExtras 2022-01-24 14:13:21 +01:00
SmallPtrSetTest.cpp Use the range-based overload of llvm::sort where possible 2022-07-23 15:13:25 +02:00
SmallSetTest.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
SmallStringTest.cpp
SmallVectorTest.cpp Add missing comparison operators to SmallVector 2022-04-25 18:18:14 -04:00
SparseBitVectorTest.cpp
SparseMultiSetTest.cpp
SparseSetTest.cpp
StatisticTest.cpp [llvm] Use has_value instead of hasValue (NFC) 2022-07-12 22:25:42 -07:00
StringExtrasTest.cpp [ADT] support fixed-width output with `utohexstr` 2022-01-28 10:07:54 -08:00
StringMapTest.cpp [ADT] Use Empty Base Optimization for Allocators 2022-07-12 23:57:04 +01:00
StringRefTest.cpp [ADT] Add edit_distance_insensitive to StringRef 2022-06-05 12:03:09 +01:00
StringSetTest.cpp Move STLFunctionalExtras out of STLExtras 2022-01-24 14:13:21 +01:00
StringSwitchTest.cpp
TestGraph.h
TinyPtrVectorTest.cpp Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
TripleTest.cpp [SPIR-V] Allow setting SPIR-V version via target triple. 2022-05-23 14:24:00 +01:00
TwineTest.cpp
TypeSwitchTest.cpp
TypeTraitsTest.cpp