diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-23 12:27:43 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-23 12:27:43 +0000 |
commit | 7006e7ebc0098b7627bd3cc13367ea576c25dcbb (patch) | |
tree | 8803193ad84cfd24a501508c982b002c95977159 /lib/Sema/CodeCompleteConsumer.cpp | |
parent | 4bfc65aab5408f76dfe38e3f4e4375fadeda3bc3 (diff) |
Removing the penalty for breaking after "=".
Having seen more cases, this actually was not a good thing to do in the
first place. We can still improve on what we do now, but breaking after
the "=" is good in many cases.
Before:
aaaaaaaaaaaaa = aa->aaaaaaaaaaaaaaaaaaaa(
aaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaa));
After:
aaaaaaaaaaaaa =
aa->aaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaa));
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/CodeCompleteConsumer.cpp')
0 files changed, 0 insertions, 0 deletions