This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-01 15:11:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9139823866
llvm-6502
/
unittests
/
ADT
History
David Blaikie
3fb66ae739
Remove use of = default/= delete as they're unsupported on MSVC2012
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@208388
91177308-0d34-0410-b5e6-96231b3b80d8
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