]> granicus.if.org Git - clang/commit
check-clang: Introduce the feature "utf8-capable-terminal".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Feb 2014 07:15:59 +0000 (07:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Feb 2014 07:15:59 +0000 (07:15 +0000)
commita494d331c8edcca1e36eb31a95f8fa51a959021e
treea3d0f702fa651d415af444507c4c968ecc3640f9
parentce4dc26cf4bf36fbb93d5ca3b8ae38f82c921396
check-clang: Introduce the feature "utf8-capable-terminal".

clang/test/FixIt/fixit-unicode-with-utf8-output.c has begun complained since LLVM r200885.
Although it is changes for StringRef, it brought LLVM_ON_WIN32 to Support/Locale.cpp.

Before r200885, LLVM_ON_WIN32 was undefined in Locale.cpp!

FIXME: We should consider i18n on win32.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200909 91177308-0d34-0410-b5e6-96231b3b80d8
test/FixIt/fixit-unicode-with-utf8-output.c
test/lit.cfg