ilya-biryukov added inline comments.
================ Comment at: clang-tools-extra/clangd/FindTarget.cpp:576 + case TemplateArgument::Expression: + break; // Handled by visited functions. + }; ---------------- This comment is a bit unclear, I'll have to change it. The idea is that this is handled by `VisitType` and `VisitExpression` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68137/new/ https://reviews.llvm.org/D68137 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits