llvm-6502/unittests/ADT
Daniel Dunbar a14d225ef4 Update Triple to use StringRef/Twine based APIs.
- This is now shorter, simpler, safer, and more efficient, what a deal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77119 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-26 03:31:47 +00:00
..
APIntTest.cpp
DenseMapTest.cpp
DenseSetTest.cpp
ImmutableSetTest.cpp
Makefile
SmallStringTest.cpp Add SmallString unit test. 2009-07-16 17:00:06 +00:00
SmallVectorTest.cpp
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::{slice, split}, two convenient string operations which are simple 2009-07-26 03:18:15 +00:00
TripleTest.cpp Update Triple to use StringRef/Twine based APIs. 2009-07-26 03:31:47 +00:00
TwineTest.cpp Add Twine ADT. 2009-07-24 07:04:27 +00:00