aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/TwineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-1/+1
2011-07-24Add Twine support for characters, and switch twine to use a union internallyChris Lattner1-2/+6
2010-12-01Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer1-0/+8
2009-07-30Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar1-2/+1
2009-07-30Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar1-6/+7
2009-07-29fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer1-1/+1
2009-07-29Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar1-0/+12
2009-07-24Add Twine ADT.Daniel Dunbar1-0/+63