]> granicus.if.org Git - clang/commit
Do not insert backslashes, when breaking line comments after preprocessor directives.
authorAlexander Kornienko <alexfh@google.com>
Tue, 12 Nov 2013 17:30:49 +0000 (17:30 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 12 Nov 2013 17:30:49 +0000 (17:30 +0000)
commit5486a421a47a8922337aa83ac3b0fbb098dc1fe4
tree01d33879c4db18b84f60743dca133dbea9479d71
parent5d5058c08e72666fc646581c454bb684cca01197
Do not insert backslashes, when breaking line comments after preprocessor directives.

Summary: This solves http://llvm.org/PR17536

Reviewers: klimek, djasper

Reviewed By: klimek

CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D2142

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194491 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/ContinuationIndenter.cpp
unittests/Format/FormatTest.cpp