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
Please register or sign in to comment