llvm-6502/unittests/ADT
Chandler Carruth 0a3eef53d7 [C++11] Switch all uses of the llvm_move macro to use std::move
directly, and remove the macro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202612 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-02 04:08:41 +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 support for OwningPtr<T> to be converted to and from 2014-03-02 03:38:32 +00:00
PackedVectorTest.cpp
PointerUnionTest.cpp
polymorphic_ptr_test.cpp [C++11] Switch all uses of the llvm_move macro to use std::move 2014-03-02 04:08:41 +00:00
SCCIteratorTest.cpp
SmallPtrSetTest.cpp [C++11] Switch all uses of the llvm_move macro to use std::move 2014-03-02 04:08:41 +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