[PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.

Michael Han fragmentshaders at gmail.com
Thu Aug 1 20:14:39 PDT 2013


Make sense, fix the visitor seems better than adding the type nodes to AST
that no one would use. Will look into this. Thanks for the pointer.


On Thu, Aug 1, 2013 at 3:53 PM, Richard Smith <richard at metafoo.co.uk> wrote:

>
>   It seems strange to me to build a TypeSourceInfo for a type that was not
> actually written. Maybe you could add an 'else' to TraverseFunctionHelper's
>
>       if (TypeSourceInfo *TSI = D->getTypeSourceInfo())
>
>   to visit the parameters of the function decl?
>
> http://llvm-reviews.chandlerc.com/D958
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130801/4b8bce07/attachment.html>


More information about the cfe-commits mailing list