diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-22 14:28:24 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-22 14:28:24 +0000 |
commit | 3298327e0e6ecb31ca8f3d0996043292e7c860f2 (patch) | |
tree | a85818461d3f1ee9cb066a5da0cd3dec19616011 /lib/Format/UnwrappedLineParser.cpp | |
parent | ffee17126e10a0e2febfcfbf61d8e0d6e2fcf4c0 (diff) |
Let the formatter be more restrictive for breaking around . and ->
Before:
aaaaaaaaaaaaaaa(aaaaaaaaa, aaaaaaaaa, aaaaaaaaaaaaaaaaaaaaaaa)
.aaaaaaaaaaaaaaaaaa();
After:
aaaaaaaaaaaaaaa(aaaaaaaaa, aaaaaaaaa,
aaaaaaaaaaaaaaaaaaaaaaa).aaaaaaaaaaaaaaaaaa();
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
0 files changed, 0 insertions, 0 deletions