llvm-6502/unittests/ADT
2014-05-09 02:26:36 +00:00
..
APFloatTest.cpp
APIntTest.cpp
APSIntTest.cpp
ArrayRefTest.cpp
BitVectorTest.cpp
CMakeLists.txt [C++11] Now that we have C++11 and I've replaced the use of this 2014-03-09 11:51:11 +00:00
DAGDeltaAlgorithmTest.cpp
DeltaAlgorithmTest.cpp
DenseMapTest.cpp
DenseSetTest.cpp
FoldingSet.cpp
HashingTest.cpp
ilistTest.cpp
ImmutableMapTest.cpp
ImmutableSetTest.cpp
IntEqClassesTest.cpp
IntervalMapTest.cpp
IntrusiveRefCntPtrTest.cpp
Makefile
MakeUniqueTest.cpp [C++11] Add llvm::make_unique, according to N3656. 2014-03-09 11:20:17 +00:00
MapVectorTest.cpp
OptionalTest.cpp
OwningPtrTest.cpp
PackedVectorTest.cpp
PointerIntPairTest.cpp ADT/PointerIntPairTest.cpp: Appease msc17. 2014-03-10 02:33:17 +00:00
PointerUnionTest.cpp [ADT] Teach PointerUnion to support assignment directly from nullptr to 2014-04-29 00:14:27 +00:00
SCCIteratorTest.cpp SCC: Change clients to use const, NFC 2014-04-25 18:24:50 +00:00
SmallPtrSetTest.cpp
SmallStringTest.cpp
SmallVectorTest.cpp Fix a use of uninitialized memory in SmallVector's move-assignment operator. 2014-04-30 15:49:06 +00:00
SparseBitVectorTest.cpp
SparseMultiSetTest.cpp
SparseSetTest.cpp
StringMapTest.cpp Remove use of = default/= delete as they're unsupported on MSVC2012 2014-05-09 02:26:36 +00:00
StringRefTest.cpp Retire llvm::array_endof in favor of non-member std::end. 2014-04-12 16:15:53 +00:00
TinyPtrVectorTest.cpp
TripleTest.cpp Support: generalise object type handling for Windows 2014-03-31 16:34:41 +00:00
TwineTest.cpp
VariadicFunctionTest.cpp