diff options
author | Alexander Kornienko <alexfh@google.com> | 2013-06-14 11:46:10 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2013-06-14 11:46:10 +0000 |
commit | be633908be11c87e0fe7fc295fc617e54396ca9a (patch) | |
tree | 84e808c4fe93efce37523c8636110c4c43f5cfaf /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 7e325fb47702cf705e6d9e13680ca164342def26 (diff) | |
download | llvm-be633908be11c87e0fe7fc295fc617e54396ca9a.zip llvm-be633908be11c87e0fe7fc295fc617e54396ca9a.tar.gz llvm-be633908be11c87e0fe7fc295fc617e54396ca9a.tar.bz2 |
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
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions