platform support for counting column widths and checking isprint
authorSeth Cantrell <seth.cantrell@gmail.com>
Tue, 17 Apr 2012 20:03:03 +0000 (20:03 +0000)
committerSeth Cantrell <seth.cantrell@gmail.com>
Tue, 17 Apr 2012 20:03:03 +0000 (20:03 +0000)
commitfdc97cd2c332e5544bd99cefa4070329cc8bf668
tree127008e9d8238c7b7548b9998727366f63afecb3
parentb90757078f6c270f0b4138dde10a02bd3b64750f
platform support for counting column widths and checking isprint

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154944 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Locale.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/Locale.cpp [new file with mode: 0644]
lib/Support/LocaleGeneric.inc [new file with mode: 0644]
lib/Support/LocaleWindows.inc [new file with mode: 0644]
lib/Support/LocaleXlocale.inc [new file with mode: 0644]