summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/StringExtrasTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print quoted backslashes in LLVM IR as \\ instead of \5CReid Kleckner2019-10-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ADT] Support converting to lowercase string in toHexPetr Hosek2018-09-101-0/+2
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-0/+18
* [ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere2018-05-311-2/+2
* [ADT] Add unit test for PrintHTMLEscapedJonas Devlieghere2018-05-301-0/+7
* [Support] Add unit test for printLowerCaseFrancis Visoiu Mistrih2017-11-281-0/+8
* Fix double->float truncation warning on MSVCSimon Pilgrim2017-06-231-2/+2
* [ADT] Add llvm::to_floatPavel Labath2017-06-231-1/+19
* [StringExtras] Add a fromHex to complement toHex.Zachary Turner2017-04-251-0/+16
* Add llvm::join_items to StringExtras.Zachary Turner2016-09-271-0/+52
OpenPOWER on IntegriCloud