[PATCH] D36998: [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitor
Johannes Altmanninger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 29 05:56:20 PDT 2017
johannes added a comment.
This is currently broken, if a user provides a TraverseClassTemplateDecl, then the same method in this class will not be called, I think I will add a flag (probably not user visible) in RecursiveASTVisitor.h to switch the order for templates
https://reviews.llvm.org/D36998
More information about the cfe-commits
mailing list