clang: add new (partially failing) test file for lambdas

Authored by mwolff on Apr 12 2019, 6:19 PM.

Description

clang: add new (partially failing) test file for lambdas

We apparently fail to build uses for lambda captures using
C++14 identifier initializer statements. Turns out that the
init-capture isn't visited by libclang, see also:

https://reviews.llvm.org/D60672

Details

Committed
mwolffApr 14 2019, 7:05 PM
Parents
R32:d8119c13ab36: Simplify setting custom parser args for unit tests
Branches
Unknown
Tags
Unknown