Twines: Don't allow implicit conversion from integers, this is too tricky.
[oota-llvm.git] / include / llvm / ADT / Twine.h
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-29 Benjamin KramerMSVC build fix. Patch by Olaf Krzikalla!
2009-07-29 Daniel DunbarTwines: Support numeric conversion directly (uitostr...
2009-07-24 Daniel DunbarFix constructor types
2009-07-24 Daniel DunbarAdd Twine ADT.