aboutsummaryrefslogtreecommitdiff
path: root/clang/test/FixIt/fixit-unicode-with-utf8-output.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06check-clang: Introduce the feature "utf8-capable-terminal".NAKAMURA Takumi1-0/+1
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. llvm-svn: 200909
2013-09-11clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.NAKAMURA Takumi1-1/+0
It'd be another issue that the terminal and stdout(including redirects) with utf8. This test XPASSed on Win32, at least on Lit. FYI, we don't use a triplet like "-win64" anywhere. llvm-svn: 190559
2013-09-11Test for correct usage of columnWidth in clang fixit hints.Alexander Kornienko1-0/+25
Summary: This test only works on systems capable of outputting UTF-8 encoded text on the standard output (tested on linux and OS X, should XFAIL on windows, if I haven't messed up the XFAIL line). Reviewers: jordan_rose Reviewed By: jordan_rose CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1607 llvm-svn: 190537