Go to file
Alexander Kornienko ebb43caae2 Handle zero-width and double-width characters in string literals and comments.
Summary:
Count column width instead of the number of code points. This also
includes correct handling of tabs inside string literals and comments (with an
exception of multiline string literals/comments, where tabs are present before
the first escaped newline).

Reviewers: djasper, klimek

Reviewed By: klimek

CC: cfe-commits, klimek

Differential Revision: http://llvm-reviews.chandlerc.com/D1601

llvm-svn: 190052
2013-09-05 14:08:34 +00:00
clang Handle zero-width and double-width characters in string literals and comments. 2013-09-05 14:08:34 +00:00
clang-tools-extra Fix writing of reformatted files. 2013-09-05 13:55:39 +00:00
compiler-rt [tsan] add colors to tsan output 2013-09-05 11:23:27 +00:00
debuginfo-tests Only fail this on darwin since most other platforms should have a newer 2013-09-04 05:06:10 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx N3545: Quoted strings 2013-09-05 04:48:45 +00:00
libcxxabi Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT 2013-08-29 19:19:27 +00:00
lld [lld][cleanup] remove unused ReaderFunc to avoid confusion. 2013-09-05 04:27:17 +00:00
lldb Remove a spurious comment. 2013-09-05 01:52:29 +00:00
llvm Reverting 190043 for now. 2013-09-05 11:59:43 +00:00
polly [CodeGen] Fixup assert fails caused by incorrect LoopInfo update 2013-09-02 16:13:00 +00:00