[cfe-commits] [PATCH] RecursiveASTVisitor: fix type traversal for EnumDecl

Philip Craig philipjcraig at gmail.com
Fri Aug 31 22:41:59 PDT 2012


RecursiveASTVisitor was traversing D->getTypeForDecl() for EnumDecl,
but shouldn't (same as for other TagDecl). It also wasn't traversing
the C++11 integer type.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ravenumdecl.patch
Type: application/octet-stream
Size: 2177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120901/b3db6320/attachment.obj>


More information about the cfe-commits mailing list