llvm-6502/unittests/ADT
Daniel Dunbar 393317975c Fix a few more conversion warnings on 4.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82232 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-18 17:48:05 +00:00
..
APFloatTest.cpp Add test for PR4873, which works for me. 2009-09-03 22:57:02 +00:00
APIntTest.cpp Fix a few more conversion warnings on 4.0 2009-09-18 17:48:05 +00:00
DenseMapTest.cpp Minor cleanup for unittest: 2009-01-07 21:13:53 +00:00
DenseSetTest.cpp Prevent looping when DenseSet is abused. 2009-05-01 20:47:53 +00:00
ImmutableSetTest.cpp improve test and address Misha's comments 2009-01-03 14:55:26 +00:00
Makefile Original patch by Talin. 2009-01-01 02:24:48 +00:00
SmallStringTest.cpp Remove SmallString::append_*int* unit tests. 2009-08-19 19:41:05 +00:00
SmallVectorTest.cpp Add SmallVector::{capacity,set_size}. 2009-08-19 17:48:28 +00:00
SparseBitVectorTest.cpp Add a missing ilist_node.h #include to SparseBitVector, and add a very short 2009-07-25 00:33:57 +00:00
StringMapTest.cpp Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
StringRefTest.cpp Add StringRef::{rfind, rsplit} 2009-09-16 22:38:48 +00:00
TripleTest.cpp Improve Triple to recognize the OS in i386-mingw32. 2009-08-18 19:26:55 +00:00
TwineTest.cpp Twine: Use raw_ostream::write_hex, remove unused itohexstr method. 2009-07-30 18:30:19 +00:00