[PATCH] D36998: [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitor

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 10:02:27 PDT 2017


arphaman added inline comments.


================
Comment at: include/clang/AST/RecursiveASTVisitor.h:507-508
   // Traverses template parameter lists of either a DeclaratorDecl or TagDecl.
   template <typename T>
   bool TraverseDeclTemplateParameterLists(T *D);
 
----------------
I don't think you need to make this public with the new patch, right?


https://reviews.llvm.org/D36998





More information about the cfe-commits mailing list