<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi All,<br>I am trying to get clang working for parsing AS and trying this Tutorial here.<a href="http://amnoid.de/tmp/clangtut/tut.html" target="_blank">http://amnoid.de/tmp/clangtut/tut.html</a><br>

<pre><code>IdentifierTable tab(context.opts);<br>
MinimalAction action(tab);<br>Parser p(context.pp, action);<br>p.ParseTranslationUnit();<br></code></pre><br>I am unable to find class MinimalAction in clang 2.8. Has this been deprecated. Is there a replacement provided for this class ?<br>


<br>Thanks in advance.<br>Vivek.<br clear="all"><br>
</blockquote></div>