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)
commitce9161a5575504df72321c14bb5bcd3f33592c5d
treef38c8522dbb7c288ae3b9e0c7fd790601a5bdcc7
parente83b9060cb913bd687fb5a78298404f8283cf3cb
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

llvm-svn: 198310
clang/include/clang/Format/Format.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/ContinuationIndenter.h
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp