diff options
| author | Gabor Marton <gabor.marton@ericsson.com> | 2019-07-08 12:49:13 +0000 |
|---|---|---|
| committer | Gabor Marton <gabor.marton@ericsson.com> | 2019-07-08 12:49:13 +0000 |
| commit | e73805f80eab155e38a83c61710b5186ea2ea04f (patch) | |
| tree | 58f8c7407f7303807250d9605310907181568e09 /llvm/unittests/IR/IRBuilderTest.cpp | |
| parent | 0752d12c0910ece5041806e5d967ce48039df9f7 (diff) | |
| download | bcm5719-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 'llvm/unittests/IR/IRBuilderTest.cpp')
0 files changed, 0 insertions, 0 deletions

