[cfe-dev] how to see implicit calls in AST

James Dennett james.dennett at gmail.com
Sun Sep 15 23:15:12 PDT 2013


On Sun, Sep 15, 2013 at 11:08 PM, Vladimir Voskresensky
<voskresensky.vladimir at gmail.com> wrote:
> Hello,
>
> Any hints how to visit implicit destructor calls by RecursiveASTVisitor?

Object lifetimes aren't modeled in the AST, so I'm afraid not.  (I
think there's code in the static analyzer for this, but I'm not
familiar with it.)

-- James



More information about the cfe-dev mailing list