Go to file
Manuel Klimek 31c85921b2 Fixes various problems with accounting for tabs in the original code.
We now count the original token's column directly when lexing the
tokens, where we already have all knowledge about where lines start.

Before this patch, formatting:
 void f() {
 \tg();
 \th();
 }
would incorrectly count the \t's as 1 character if only the line
containing h() was reformatted, and thus indent h() at offset 1.

llvm-svn: 189585
2013-08-29 15:21:40 +00:00
clang Fixes various problems with accounting for tabs in the original code. 2013-08-29 15:21:40 +00:00
clang-tools-extra cpp11-migrate: Add Pass-By-Value Transform 2013-08-29 13:42:13 +00:00
compiler-rt [TSan] Add a couple of compiler warnings to TSan runtime compile flags 2013-08-29 12:08:36 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx Marked #2163 as complete in previous commit instead of #2162. Corrected. 2013-08-27 20:25:06 +00:00
libcxxabi Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. 2013-08-25 17:00:57 +00:00
lld [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order. 2013-08-29 07:46:23 +00:00
lldb Discover support of 'p' packet. 2013-08-29 09:09:45 +00:00
llvm isCharInSet refactoring. 2013-08-29 12:12:13 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00