summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/lambda-invalid-capture.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark lambda decl as invalid if a captured variable has an invalid type.Jorge Gorbe Moya2018-11-211-0/+18
This causes the compiler to crash when trying to compute a layout for the lambda closure type (see included test). llvm-svn: 347402
OpenPOWER on IntegriCloud