Go to file
Alexander Kornienko 657c67b164 Don't break line comments with escaped newlines.
Summary:
These can appear when comments contain command lines with quoted line
breaks. As the text (including escaped newlines and '//' from consecutive lines)
is a single line comment, we used to break it even when it didn't exceed column
limit. This is a temporary solution, in the future we may want to support this
case completely - at least adjust leading whitespace when changing indentation
of the first line.

Reviewers: djasper

Reviewed By: djasper

CC: cfe-commits, klimek

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

llvm-svn: 186456
2013-07-16 21:06:13 +00:00
clang Don't break line comments with escaped newlines. 2013-07-16 21:06:13 +00:00
clang-tools-extra Update for llvm API change. 2013-07-16 19:44:28 +00:00
compiler-rt tsan: extend suppressions format with ^ and $ symbols 2013-07-16 16:44:15 +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 Fix and re-enable R600 vload/vstore assembly 2013-07-16 14:29:01 +00:00
libcxx Bug 16599 part 2: Make std::pair's constructors and comparison operators (and make_pair) constexpr. 2013-07-16 17:45:44 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld Fix the build with clang and libstdc++4.7. 2013-07-16 20:18:13 +00:00
lldb Add tests for 'thread step out' for multithreaded programs 2013-07-16 19:41:37 +00:00
llvm Update the examples for an API change. 2013-07-16 20:22:35 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00