summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/target
diff options
context:
space:
mode:
authorMartin Probst <martin@probst.io>2017-05-29 07:50:52 +0000
committerMartin Probst <martin@probst.io>2017-05-29 07:50:52 +0000
commitb2f06eae8da7f7497929cdf21eb675f827e5a691 (patch)
treed1b6e4b1bcd97889807527ba53a1f14c51f0b9bd /lldb/packages/Python/lldbsuite/test/python_api/target
parentdd7d82c4085c69ae3af6079bbc8705b23a55bcb8 (diff)
downloadbcm5719-llvm-b2f06eae8da7f7497929cdf21eb675f827e5a691.tar.gz
bcm5719-llvm-b2f06eae8da7f7497929cdf21eb675f827e5a691.zip
clang-format: [JS] fix indenting bound functions.
Summary: The previous fix to force build style wrapping if the previous token is a closing parenthesis broke a peculiar pattern where users parenthesize the function declaration in a bind call: fn((function() { ... }).bind(this)); This restores the previous behaviour by reverting that change, but narrowing the special case for unindenting closing parentheses to those followed by semicolons and opening braces, i.e. immediate calls and function declarations. Reviewers: djasper Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D33640 llvm-svn: 304135
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud