diff options
author | Martin Probst <martin@probst.io> | 2017-08-01 17:35:57 +0000 |
---|---|---|
committer | Martin Probst <martin@probst.io> | 2017-08-01 17:35:57 +0000 |
commit | cde9815dc2ccb31a39b67ef9c2788c42b1a11829 (patch) | |
tree | b3eb4badfc3a2284fe346a9041596cb6d982753f /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 4dbdd470a8da9a44cbe124a6a56174537f7dca3f (diff) | |
download | bcm5719-llvm-cde9815dc2ccb31a39b67ef9c2788c42b1a11829.tar.gz bcm5719-llvm-cde9815dc2ccb31a39b67ef9c2788c42b1a11829.zip |
clang-format: [JS] prefer wrapping chains over empty literals.
Summary:
E.g. don't wrap like this:
(foo.bar.baz).and.bam(Blah.of({
}))
But rather:
(foo.bar.baz)
.and.bam(Blah.of({}))
Reviewers: djasper
Subscribers: klimek, cfe-commits
Differential Revision: https://reviews.llvm.org/D36139
llvm-svn: 309712
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions