summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2017-04-24 14:28:49 +0000
committerDaniel Jasper <djasper@google.com>2017-04-24 14:28:49 +0000
commitcab4617132b0342d1774ff71dcbd16fde2409bd4 (patch)
treecab14e45a7235a47d84e223e9a2ea865de70a087 /lldb/packages/Python/lldbsuite/test/python_api
parent9111cd950d2ffb50a20e0c8680d24cb4bcc105ad (diff)
downloadbcm5719-llvm-cab4617132b0342d1774ff71dcbd16fde2409bd4.tar.gz
bcm5719-llvm-cab4617132b0342d1774ff71dcbd16fde2409bd4.zip
clang-format: Fix bad corner case in formatting of function types.
Before: std::function< LoooooooooooongTemplatedType<SomeType>*( LooooooooooooooooooooongType type)> function; After: std::function< LoooooooooooongTemplatedType< SomeType>*( LooooooooooooooooongType type)> function; clang-format generally avoids having lines like "SomeType>*(" as they lead to parameter lists that don't belong together to be aligned. However, in case it is better than the alternative, which can even be violating the column limit. llvm-svn: 301182
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud