Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ADT] Replace std::isprint by llvm::isPrint. | Michael Kruse | 2018-07-26 | 1 | -0/+18 |
* | [ADT] Make escaping fn conform to coding guidelines | Jonas Devlieghere | 2018-05-31 | 1 | -2/+2 |
* | [ADT] Add unit test for PrintHTMLEscaped | Jonas Devlieghere | 2018-05-30 | 1 | -0/+7 |
* | [Support] Add unit test for printLowerCase | Francis Visoiu Mistrih | 2017-11-28 | 1 | -0/+8 |
* | Fix double->float truncation warning on MSVC | Simon Pilgrim | 2017-06-23 | 1 | -2/+2 |
* | [ADT] Add llvm::to_float | Pavel Labath | 2017-06-23 | 1 | -1/+19 |
* | [StringExtras] Add a fromHex to complement toHex. | Zachary Turner | 2017-04-25 | 1 | -0/+16 |
* | Add llvm::join_items to StringExtras. | Zachary Turner | 2016-09-27 | 1 | -0/+52 |