comparison include/llvm/Support/Locale.h @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 #ifndef LLVM_SUPPORT_LOCALE_H 1 #ifndef LLVM_SUPPORT_LOCALE_H
2 #define LLVM_SUPPORT_LOCALE_H 2 #define LLVM_SUPPORT_LOCALE_H
3 3
4 #include "llvm/ADT/StringRef.h" 4 namespace llvm {
5 class StringRef;
5 6
6 namespace llvm {
7 namespace sys { 7 namespace sys {
8 namespace locale { 8 namespace locale {
9 9
10 int columnWidth(StringRef s); 10 int columnWidth(StringRef s);
11 bool isPrint(int c); 11 bool isPrint(int c);