summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/buildSwigPython.py
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-11-21 14:08:38 +0000
committerDaniel Jasper <djasper@google.com>2014-11-21 14:08:38 +0000
commitbcb55eec3ac4857f250947bd757689a4f390463f (patch)
treec9e2158c73a5f7c4121434a3472e95efe3f8029a /lldb/scripts/Python/buildSwigPython.py
parentd2b19bc867ee14c93e6ec72b28f25efb8ab8e179 (diff)
downloadbcm5719-llvm-bcb55eec3ac4857f250947bd757689a4f390463f.tar.gz
bcm5719-llvm-bcb55eec3ac4857f250947bd757689a4f390463f.zip
clang-format: Understand more lambda return types.
Before: auto a = [&b, c ](D * d) -> D * {} After: auto a = [&b, c](D* d) -> D* {} llvm-svn: 222534
Diffstat (limited to 'lldb/scripts/Python/buildSwigPython.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud