saar.raz marked 4 inline comments as done. saar.raz added a comment. Addressed comments in latest diff.
================ Comment at: clang/include/clang/AST/RecursiveASTVisitor.h:2714-2716 + if (RetReq.isTypeConstraint()) + TRY_TO(TraverseTemplateParameterListHelper( + RetReq.getTypeConstraintTemplateParameterList())); ---------------- rsmith wrote: > We should traverse the entire //type-constraint// here, including the nested > name specifier and concept name. We are traversing all that down the line when traversing the actual template type parameter. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D50360/new/ https://reviews.llvm.org/D50360 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits