summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/TwineTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-8/+0
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-0/+8
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Fix compilation.Evgeniy Stepanov2016-12-171-1/+1
* Add support for formatv to llvm::Twine.Zachary Turner2016-12-171-1/+27
* Teach Twine to support SmallString.Yaron Keren2015-03-171-0/+10
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+1
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-241-2/+6
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-011-0/+8
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-301-2/+1
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-6/+7
* fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer2009-07-291-1/+1
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-0/+12
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+63
OpenPOWER on IntegriCloud