Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] ASTRewrite and addComment

Seems like the ASTRewriter has some support for comments (I believe adds only):

public void addComment(IASTNode node, IASTComment comment, CommentPosition pos)

 

However, I can’t find who can create an IASTComment implementing object for me. The ICPPNodeFactory does not have a creator method for that. Any clues?

 

Thanks and happy thanksgiving!


Back to the top