Go to file
Alexander Kornienko be633908be Don't remove backslashes from block comments.
Summary:
Don't remove backslashes from block comments. Previously this
/* \    \ \ \ \ \
*/
would be turned to this:
/*
*/
which spoils some kinds of ASCII-art, people use in their comments. The behavior
was related to handling escaped newlines in block comments inside preprocessor
directives. This patch makes handling it in a more civilized way.

Reviewers: klimek

Reviewed By: klimek

CC: cfe-commits

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

llvm-svn: 183978
2013-06-14 11:46:10 +00:00
clang Don't remove backslashes from block comments. 2013-06-14 11:46:10 +00:00
clang-tools-extra Also install cpp11-migrate when built with cmake. Fixes bug #16296 2013-06-14 11:25:50 +00:00
compiler-rt Properly install LSan interface header, rely on sanitizer header presence in lit tests 2013-06-14 11:45:36 +00:00
debuginfo-tests We've got the type right, which has broken these tests - but now we need to get the location information correct that the type was papering over 2013-06-07 22:09:23 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Test case for r183481. 2013-06-07 14:24:18 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [PECOFF] Fix build error on Win64. 2013-06-14 02:43:30 +00:00
lldb Added the ability options to: 2013-06-14 00:30:23 +00:00
llvm ARM: fix thumb coprocessor instruction with pre-writeback disassembly 2013-06-14 11:21:35 +00:00
polly PoCC: Adjust to recent sys::Path removal 2013-06-14 06:26:33 +00:00