summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/inalloca-lambda.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Emit a proper diagnostic when attempting to forward inalloca argumentsReid Kleckner2018-12-121-0/+11
The previous assertion was relatively easy to trigger, and likely will be easy to trigger going forward. EmitDelegateCallArg is relatively popular. This cleanly diagnoses PR28299 while I work on a proper solution. llvm-svn: 348991
OpenPOWER on IntegriCloud