[PATCH] D37200: [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecursiveASTVisitor
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 28 05:06:11 PDT 2017
arphaman added inline comments.
================
Comment at: include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h:63
using BaseType = RecursiveASTVisitor<Derived>;
+ using typename BaseType::DataRecursionQueue;
----------------
Do you still need the using here?
https://reviews.llvm.org/D37200
More information about the cfe-commits
mailing list