summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py
diff options
context:
space:
mode:
authorGabor Marton <gabor.marton@ericsson.com>2019-07-08 12:49:13 +0000
committerGabor Marton <gabor.marton@ericsson.com>2019-07-08 12:49:13 +0000
commite73805f80eab155e38a83c61710b5186ea2ea04f (patch)
tree58f8c7407f7303807250d9605310907181568e09 /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py
parent0752d12c0910ece5041806e5d967ce48039df9f7 (diff)
downloadbcm5719-llvm-e73805f80eab155e38a83c61710b5186ea2ea04f.tar.gz
bcm5719-llvm-e73805f80eab155e38a83c61710b5186ea2ea04f.zip
[ASTImporter] Fix import of lambda in function param
Summary: The current import implementation fails to import the definition of a lambda class if the lambda class is defined in a function param. E.g., the lambda class below will be imported without any methods: ``` template <typename F> void f(F L = [](){}) {} ``` Reviewers: a_sidorin, a.sidorin, shafik Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64073 llvm-svn: 365315
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud