summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
diff options
context:
space:
mode:
authorKrasimir Georgiev <krasimir@google.com>2017-02-02 15:32:19 +0000
committerKrasimir Georgiev <krasimir@google.com>2017-02-02 15:32:19 +0000
commit00c5c72d0ec97708a4e6ad6d07591d0c3e6b6643 (patch)
tree8a02c1f21da3612b94cec92fb70faa5ac9bfe5eb /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
parentae7de7117a088f6ca6bd176f995c405b87f8cf1e (diff)
downloadbcm5719-llvm-00c5c72d0ec97708a4e6ad6d07591d0c3e6b6643.tar.gz
bcm5719-llvm-00c5c72d0ec97708a4e6ad6d07591d0c3e6b6643.zip
[clang-format] Don't reflow across comment pragmas.
Summary: The comment reflower wasn't taking comment pragmas as reflow stoppers. This patch fixes that. source: ``` // long long long long // IWYU pragma: ``` format with column limit = 20 before: ``` // long long long // long IWYU pragma: ``` format with column limit = 20 after: ``` // long long long // long // IWYU pragma: ``` Reviewers: djasper Reviewed By: djasper Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D29450 llvm-svn: 293898
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud