aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Locale.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-05[Windows] Convert from UTF-8 to UTF-16 when writing to a Windows consoleReid Kleckner1-13/+0
2018-08-23[Support] Fix some Wundef warningsSven van Haastregt1-2/+2
2018-04-30IWYU for llvm-config.h, removals. Also see r331184.Nico Weber1-1/+0
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-2/+2
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+2
2015-09-11Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32.Yaron Keren1-0/+1
2015-06-19Fix "the the" in comments.Eric Christopher1-1/+1
2013-09-04Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko1-6/+27
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell1-0/+10