aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/TwineTest.cpp
AgeCommit message (Expand)Author
2009-07-30Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar
2009-07-30Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar
2009-07-29fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer
2009-07-29Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar
2009-07-24Add Twine ADT.Daniel Dunbar