[cfe-dev] SomeQuestionsOnStatement

Mārtiņš Možeiko martins.mozeiko at gmail.com
Thu Feb 16 17:55:33 PST 2012


Yes. Both are BinaryOperator.
You can easily verify that by putting both lines in simple test.cpp
file, and running clang -cc1 -ast-dump test.cpp on command line.

--
Mārtiņš Možeiko


2012/2/16 redder_0210 <redder_0210 at yeah.net>:
> Dear All,
> I am intrested in the class of Statement.For exmple,
> "i = i + 1;" vs. "i = 0;"
> Are they of the same class?
>
> cheers,
> /Redder
>
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>




More information about the cfe-dev mailing list