Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] AST IASTComment

Hi

The important part is on page 20 is "via visit()" the comments are not part of
the AST, you can't use the visiter for the comments. You have the use the
IASTTranslationUnit.getComments() method. The node IASTComment will remain in
the CDT.

Emanuel

On Tuesday 16 September 2008 19.36:14 Bo Juhler Gødsvang wrote:
> Hi,
>
> I'm confused about the fate of the AST node IASTComment...
>
> In the pdf from the talk "Static Analysis in PTP with CDT" from eclipseCON
> 2008 it is stated on page 20 that "IASTComment not present in CDT 4.0", but
> Ganymede and the CDT lets me use it.
>
> (http://www.eclipsecon.org/2008/sub/attachments/Static_Analysis_in_PTP_with
>_CDT.pdf)
>
> So can anybody tell me if it is in or on its way out?
>
> It is very vital for the plug-in I'm currently developing that I can keep
> using IASTComment.
>
> Thanks in advance
>
> BR,
> /bo g
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top