diff options
author | Daniel Jasper <djasper@google.com> | 2016-01-05 13:03:50 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-01-05 13:03:50 +0000 |
commit | 00492f96bf62c545ab2843eb7a00c6320aa846e6 (patch) | |
tree | e437c54bb02e082a6a5ae42f0bda97488167fa40 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 50d9c156ddca8e6dcc8abeb91d3f429ab7fe0078 (diff) | |
download | llvm-00492f96bf62c545ab2843eb7a00c6320aa846e6.zip llvm-00492f96bf62c545ab2843eb7a00c6320aa846e6.tar.gz llvm-00492f96bf62c545ab2843eb7a00c6320aa846e6.tar.bz2 |
clang-format: Improve line wrapping behavior in call sequences.
r256750 has been leading to an undesired behavior:
aaaaaaaaaa
.aaaaaaaaaaaaaaaaaaaaaaaa.aaaaaa(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);
This change increases penalty for wrapping before member accesses that aren't
calls. Thus, this is again formatted as (as it has been before r256750):
aaaaaaaaaa.aaaaaaaaaaaaaaaaaaaaaaaa.aaaaaa(
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);
llvm-svn: 256830
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions