[cfe-dev] Query regarding MinimalAction class not found in scope for clang 2.8

Vivek Kulkarni viveksck at gmail.com
Fri Apr 1 02:30:35 PDT 2011


Hi All,
> I am trying to get clang working for parsing AS and trying this Tutorial
> here.http://amnoid.de/tmp/clangtut/tut.html
>
> IdentifierTable tab(context.opts);
>
> MinimalAction action(tab);
> Parser p(context.pp, action);
> p.ParseTranslationUnit();
>
>
> I am unable to find class MinimalAction in clang 2.8. Has this been
> deprecated. Is there a replacement provided for this class ?
>
> Thanks in advance.
> Vivek.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110401/d75163ab/attachment.html>


More information about the cfe-dev mailing list