[cfe-dev] ASTMatcher CXXOperatorCallExpr
Richard
legalize at xmission.com
Wed Aug 21 08:05:20 PDT 2013
In article <CAMnT0qdkPAPQEH=KesV-F_J=HjFv3vgb9QUGW1CyeDjEd94w7w at mail.gmail.com>,
Gábor Kozár <kozargabor at gmail.com> writes:
> This seems to be the case according to the AST snippet you pasted, and my
> cursory examination of the Clang AST documentation. I'm not absolutely sure
> though - someone with a better understanding of the Clang AST could maybe
> clear this up?
I use clang-check's -ast-dump to see how the AST gets built from a
particular snippet of code. It has been very helpful in understanding
the AST for me.
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Computer Graphics Museum <http://computergraphicsmuseum.org>
The Terminals Wiki <http://terminals.classiccmp.org>
Legalize Adulthood! (my blog) <http://legalizeadulthood.wordpress.com>
More information about the cfe-dev
mailing list