]> granicus.if.org Git - clang/commit
Test for correct usage of columnWidth in clang fixit hints.
authorAlexander Kornienko <alexfh@google.com>
Wed, 11 Sep 2013 18:10:30 +0000 (18:10 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 11 Sep 2013 18:10:30 +0000 (18:10 +0000)
commit8524ed123989512b98ef57fe1c10fe727ea40ac2
treef1425c117dff1ee821e594b1706e8263a9559d20
parentcd7b0f02910d416a8a5de6752cc8a91e7f94cc24
Test for correct usage of columnWidth in clang fixit hints.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190537 91177308-0d34-0410-b5e6-96231b3b80d8
test/FixIt/fixit-unicode-with-utf8-output.c [new file with mode: 0644]
test/FixIt/fixit-unicode.c