The example in the comment has this node visiting order: VisitDecl(),
VisitNamedDecl(), VisitNamespaceDecl(), so the type of the given node
should be NamespaceDecl, not NamedDecl. OK to commit?

Attachment: comment.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to