[cfe-dev] unknown type name 'ObjCClassDecl'

Sean Silva silvas at purdue.edu
Wed Jun 19 22:59:00 PDT 2013


On Wed, Jun 19, 2013 at 10:15 PM, Dmitri Gribenko <gribozavr at gmail.com>wrote:

> On Wed, Jun 19, 2013 at 1:32 AM, lostknight <thanhtuan at aces.snu.ac.kr>
> wrote:
> > Hi, thank for replying. I got it now.
> >
> > May I have another question? Where do I get documentation about the AST
> > structure of produced from clang? The reason why I ask this because I
> don't
> > find the information in "clang internal" section in the homepage of
> clang is
> > enough to fully understand about the AST structure. For example, when
> using
> > the clang::RecursiveASTVisitor to traverse the tree, I don't know which
> > function (VisitSomething) I have to rewrite to print out the node's
> > information.
>
> The talk "The Clang AST - a tutorial" by Manuel Klimek might be
> interesting for you.  You can find it here:
> http://llvm.org/devmtg/2013-04/


It's also here: <http://clang.llvm.org/docs/IntroductionToTheClangAST.html>

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130619/e588436d/attachment.html>


More information about the cfe-dev mailing list