aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/NativeFormatting.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-01-18Support: Add missing #include.Peter Collingbourne1-0/+2
2017-01-04Remove dead variable Len.Eric Christopher1-4/+1
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner1-23/+44
2016-10-29NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?NAKAMURA Takumi1-1/+0
2016-10-29Resubmit "Add support for advanced number formatting."Zachary Turner1-84/+148
2016-10-18Revert "Resubmit "Add support for advanced number formatting.""Renato Golin1-309/+80
2016-10-17Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner1-16/+17
2016-10-17Resubmit "Add support for advanced number formatting."Zachary Turner1-80/+308
2016-10-17Revert formatting changes.Zachary Turner1-304/+79
2016-10-17Try to fix build after invalid pointer conversion.Zachary Turner1-0/+14
2016-10-17[Support] Add support for "advanced" number formatting.Zachary Turner1-79/+290
2016-10-11Fix build error on LP64 platforms.Rui Ueyama1-1/+2
2016-10-11[raw_ostream] Raise some helper functions out of raw_ostream.Zachary Turner1-0/+180