summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/FormatVariadicTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume()Sam McCall2018-07-121-0/+9
* [Support] Make support types more easily printable.Sam McCall2018-07-061-0/+9
* Fix padding with custom character in formatv.Zachary Turner2018-06-281-0/+62
* Fix FormatVariadicTest with GCCJonas Hahnfeld2017-10-231-1/+3
* Support formatting formatv_objects.Sam McCall2017-10-231-0/+29
* [Support] PR33388 - Fix formatv_object move constructorBenoit Belley2017-08-091-0/+6
* [formatv] Add the ability to specify a fill character when aligning.Zachary Turner2017-06-151-0/+2
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [Support] Add formatv support for StringLiteralPavel Labath2017-02-141-0/+2
* Simplify format member detection in FormatVariadicPavel Labath2016-12-151-39/+19
* Fix MSCV compilation broken by r289040Pavel Labath2016-12-081-4/+4
* Improve format member detection in llvm::formatvPavel Labath2016-12-081-2/+54
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-111-0/+538
OpenPOWER on IntegriCloud