summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/buildSwigPython.py
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-11-21 12:36:25 +0000
committerDaniel Jasper <djasper@google.com>2014-11-21 12:36:25 +0000
commitd081e88e79430c6aa716942beb800a804cd52546 (patch)
treefecc7a6327450fbfada1a611c0806a2bae821132 /lldb/scripts/Python/buildSwigPython.py
parent77e1a0ad1fa5c71eef1f0a223cdf73615207121b (diff)
downloadbcm5719-llvm-d081e88e79430c6aa716942beb800a804cd52546.tar.gz
bcm5719-llvm-d081e88e79430c6aa716942beb800a804cd52546.zip
clang-format: Handle comments in short case labels.
With AllowShortCaseLabelsOnASingleLine set to true: This gets now left unchanged: case 1: // comment return; Whereas before it was changed into: case 1: // comment return; This fixes llvm.org/PR21630. llvm-svn: 222529
Diffstat (limited to 'lldb/scripts/Python/buildSwigPython.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud