================ @@ -181,14 +181,14 @@ template <bool IsConst> class DynamicRecursiveASTVisitorBase { /// /// \returns false if the visitation was terminated early, true /// otherwise (including when the argument is a Null type). - virtual bool TraverseType(QualType T); + virtual bool TraverseType(QualType T, bool TraverseQualifier = true); ---------------- zwuis wrote:
Can we add data member/member function `[Dynamic]RecursiveASTVisitor::shouldVisitQualifier` instead of adding function parameter? https://github.com/llvm/llvm-project/pull/147835 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits