]> granicus.if.org Git - clang/commit
[clang-format] Break consecutive string literals in text protos
authorKrasimir Georgiev <krasimir@google.com>
Wed, 7 Mar 2018 21:30:38 +0000 (21:30 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Wed, 7 Mar 2018 21:30:38 +0000 (21:30 +0000)
commit48e9e5d6ad65f3248969f1941924c4cbf5c13f84
treeafe696f5fce330a00a526b8db093841fc77f4bf8
parent84305dfe2eebfa5b373c804ed4ea069d028b568c
[clang-format] Break consecutive string literals in text protos

Summary:
This patch fixes a bug where consecutive string literals in text protos were
put on the same line.

Reviewers: alexfh

Reviewed By: alexfh

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D44204

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