summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorFrancois Ferrand <thetypz@gmail.com>2018-02-27 13:48:21 +0000
committerFrancois Ferrand <thetypz@gmail.com>2018-02-27 13:48:21 +0000
commitba91c3de383cbcc1f5cdb678412a622118096a78 (patch)
tree8a925a72a9d6c158cb6995ea983ef5fce2427f92 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
parentba43ec8702456aa4a435569ca2982c4ec444976f (diff)
downloadbcm5719-llvm-ba91c3de383cbcc1f5cdb678412a622118096a78.tar.gz
bcm5719-llvm-ba91c3de383cbcc1f5cdb678412a622118096a78.zip
clang-format: fix formatting of ObjC @synchronized blocks
Summary: The blocks used to be formatted using the "default" behavior, and would thus be mistaken for function calls followed by blocks: this could lead to unexpected inlining of the block and extra line-break before the opening brace. They are now formatted similarly to `@autoreleasepool` blocks, as expected: @synchronized(self) { f(); } Reviewers: krasimir, djasper, klimek Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D43114 llvm-svn: 326191
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud