]> granicus.if.org Git - clang/commit
Split long lines in multi-line comments.
authorAlexander Kornienko <alexfh@google.com>
Tue, 19 Mar 2013 17:41:36 +0000 (17:41 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 19 Mar 2013 17:41:36 +0000 (17:41 +0000)
commit052685c170fcc4fa057c68a44425e6d9b945a167
tree818d25ab200b421c960353b04855339062db57e9
parent8eecaaa16e6356ad9b9c9463847d328c4d3948db
Split long lines in multi-line comments.

Summary: This is implementation for /* */ comments only.

Reviewers: djasper, klimek

Reviewed By: djasper

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D547

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