llvm-6502/unittests/ADT
Chandler Carruth fd18fcb111 [C++11] Add unit tests for OwningPtr<T> in preparation for changes to make
it interoperate (minimally) with std::unique_ptr<T>. This is part of my
plan to migrate LLVM to use std::unique_ptr with a minimal impact on
out-of-tree code.

Patch by Ahmed Charles with some minor cleanups (and bool casts) by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202608 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-02 03:26:39 +00:00
..
APFloatTest.cpp
APIntTest.cpp Clean up whitespace 2014-01-31 21:45:51 +00:00
ArrayRefTest.cpp Fix layering StringRef copy using BumpPtrAllocator. 2014-02-05 22:22:56 +00:00
BitVectorTest.cpp
CMakeLists.txt [C++11] Add unit tests for OwningPtr<T> in preparation for changes to make 2014-03-02 03:26:39 +00:00
DAGDeltaAlgorithmTest.cpp
DeltaAlgorithmTest.cpp
DenseMapTest.cpp fix crash in SmallDenseMap copy constructor 2014-02-25 23:35:13 +00:00
DenseSetTest.cpp
FoldingSet.cpp
HashingTest.cpp
ilistTest.cpp
ImmutableMapTest.cpp
ImmutableSetTest.cpp
IntEqClassesTest.cpp
IntervalMapTest.cpp
IntrusiveRefCntPtrTest.cpp
Makefile
MapVectorTest.cpp
OptionalTest.cpp [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. 2014-03-01 09:36:06 +00:00
OwningPtrTest.cpp [C++11] Add unit tests for OwningPtr<T> in preparation for changes to make 2014-03-02 03:26:39 +00:00
PackedVectorTest.cpp
PointerUnionTest.cpp
polymorphic_ptr_test.cpp [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. 2014-03-01 09:36:06 +00:00
SCCIteratorTest.cpp
SmallPtrSetTest.cpp [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. 2014-03-01 09:36:06 +00:00
SmallStringTest.cpp
SmallVectorTest.cpp
SparseBitVectorTest.cpp
SparseMultiSetTest.cpp
SparseSetTest.cpp
StringMapTest.cpp
StringRefTest.cpp Fix layering StringRef copy using BumpPtrAllocator. 2014-02-05 22:22:56 +00:00
TinyPtrVectorTest.cpp [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. 2014-03-01 09:36:06 +00:00
TripleTest.cpp
TwineTest.cpp
VariadicFunctionTest.cpp