]> granicus.if.org Git - clang/commit
Remove extra whitespace instead of breaking the line in comments when possible.
authorAlexander Kornienko <alexfh@google.com>
Tue, 12 Nov 2013 17:50:13 +0000 (17:50 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 12 Nov 2013 17:50:13 +0000 (17:50 +0000)
commita7462b8ce22a3f754bf51eeeb01adafc42b32cea
tree9d07128b8a0690021461a71d1dbe49192c7e65d8
parent5486a421a47a8922337aa83ac3b0fbb098dc1fe4
Remove extra whitespace instead of breaking the line in comments when possible.

Summary: Solves the problem described in http://llvm.org/PR17756

Reviewers: klimek

Reviewed By: klimek

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

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