On Sat, Sep 1, 2012 at 7:41 AM, Philip Craig <[email protected]> wrote: > 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.
Don't we still visit the type as part of the typeloc traversal after your patch? Perhaps add a negative test for what we don't want to visit any more? Cheers, /Manuel > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
