aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Twine.h
Commit message (Expand)AuthorAgeFilesLines
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-301-4/+4
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-14/+31
* MSVC build fix. Patch by Olaf Krzikalla!Benjamin Kramer2009-07-291-0/+1
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-8/+45
* Fix constructor typesDaniel Dunbar2009-07-241-2/+2
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+347