diff options
author | Martin Probst <martin@probst.io> | 2016-09-06 18:39:30 +0000 |
---|---|---|
committer | Martin Probst <martin@probst.io> | 2016-09-06 18:39:30 +0000 |
commit | 56ff7aaacb4413b537d7d381a2502b371150466b (patch) | |
tree | 90834ad636b9c966fecaecbb83c237e501b7aafb /lldb/packages/Python/lldbsuite/test/python_api/signals | |
parent | 5baa1c76410e2d250a897f92ddc92dbdcd69040c (diff) | |
download | bcm5719-llvm-56ff7aaacb4413b537d7d381a2502b371150466b.tar.gz bcm5719-llvm-56ff7aaacb4413b537d7d381a2502b371150466b.zip |
clang-format: [JS] ignore comments when wrapping returns.
Summary:
When code contains a comment between `return` and the value:
return /* lengthy comment here */ (
lengthyValueComesHere);
Do not wrap before the comment, as that'd break the code through JS' automatic
semicolon insertion.
Reviewers: djasper
Subscribers: klimek, cfe-commits
Differential Revision: https://reviews.llvm.org/D24257
llvm-svn: 280730
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals')
0 files changed, 0 insertions, 0 deletions