[PATCH] Comment fix for RecursiveASTVisitor

Michael Han fragmentshaders at gmail.com
Sat Aug 24 11:07:43 PDT 2013


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130824/7ee44d68/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: comment.patch
Type: application/octet-stream
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130824/7ee44d68/attachment.obj>


More information about the cfe-commits mailing list