[PATCH] Step 1: Simple Generic lambda (no captures or return type deduction)

Richard Smith richard at metafoo.co.uk
Sat Jun 15 12:37:44 PDT 2013


On Sat, Jun 15, 2013 at 10:31 AM, Faisal Vali <faisalv at gmail.com> wrote:

> I had a suspicion that the cause lay there - would you happen to
> readily know which files/functions I should start looking at?
>

lib/Serialization/ASTReaderDecl.cpp and lib/Serialization/ASTWriter.cpp


> Faisal Vali
>
>
>
> On Sat, Jun 15, 2013 at 11:56 AM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
> > On Sat, Jun 15, 2013 at 7:34 AM, Faisal Vali <faisalv at gmail.com> wrote:
> >>
> >> Issues:
> >>   - the pch test file cxx11-lambda.mm causes a crash, and I do not know
> >>     enough about PCH to try and tackle it without some guidance.
> >
> >
> > Probably you're just missing serialization/deserialization code for the
> new
> > LambdaDefinitionData members.
> >
> > -Eli
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130615/9ca446bb/attachment.html>


More information about the cfe-commits mailing list