Indent all lines in a multi-line comment by the same amount.
authorAlexander Kornienko <alexfh@google.com>
Fri, 15 Mar 2013 13:42:02 +0000 (13:42 +0000)
committerAlexander Kornienko <alexfh@google.com>
Fri, 15 Mar 2013 13:42:02 +0000 (13:42 +0000)
commit79d6c72e0ede4ab816c46727326985d6547f826b
tree87fcee4d7b1eec8574335bbb4c36ea656b2954a0
parentb0fac42987600989a477a1e09e29ee10ca4ed5b7
Indent all lines in a multi-line comment by the same amount.

Summary:
Do this to avoid spoling nicely formatted multi-line comments (e.g.
with code examples or similar stuff).

Reviewers: djasper

Reviewed By: djasper

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

llvm-svn: 177153
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp