]> granicus.if.org Git - clang/commit
Added an option to avoid splitting certain kinds of comments into lines.
authorAlexander Kornienko <alexfh@google.com>
Thu, 2 Jan 2014 15:13:14 +0000 (15:13 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 2 Jan 2014 15:13:14 +0000 (15:13 +0000)
commite2ba1f666326a20ec2fd9147d5ec729a7d0d466e
tree800f7fe2a4f1cdf5ebf9c025a73b2a54ecf87c31
parent2a030a3aec48ed18846518aab60e5e5e72f381cc
Added an option to avoid splitting certain kinds of comments into lines.

Summary: Added CommentPragmas option for this.

Reviewers: djasper, klimek

Reviewed By: klimek

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

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