diff options
author | Krasimir Georgiev <krasimir@google.com> | 2018-02-08 10:47:12 +0000 |
---|---|---|
committer | Krasimir Georgiev <krasimir@google.com> | 2018-02-08 10:47:12 +0000 |
commit | 374e6de8e0378c96fc7d1ea1d58433c81cf34cbe (patch) | |
tree | c89c4da120faee4c732bfd7f86fef600be9e4364 /libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/copy_assign.pass.cpp | |
parent | 014e4654d496a7c6dfeb28903079bd324c16fc2b (diff) | |
download | bcm5719-llvm-374e6de8e0378c96fc7d1ea1d58433c81cf34cbe.tar.gz bcm5719-llvm-374e6de8e0378c96fc7d1ea1d58433c81cf34cbe.zip |
[clang-format] Do not break before long string literals in protos
Summary:
This patch is a follow-up to r323319 (which disables string literal breaking for
text protos) and it disables breaking before long string literals.
For example this:
```
keyyyyy: "long string literal"
```
used to get broken into:
```
keyyyyy:
"long string literal"
```
While at it, I also enabled it for LK_Proto and fixed a bug in the mustBreak code.
Reviewers: djasper, sammccall
Reviewed By: djasper
Subscribers: klimek, cfe-commits
Differential Revision: https://reviews.llvm.org/D42957
llvm-svn: 324591
Diffstat (limited to 'libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/copy_assign.pass.cpp')
0 files changed, 0 insertions, 0 deletions