================
@@ -34,6 +34,11 @@ class ContributorFinder : public DynamicRecursiveASTVisitor {
public:
std::set<const NamedDecl *> Contributors;
+ ContributorFinder() {
+ ShouldVisitTemplateInstantiations = true;
+ ShouldVisitImplicitCode = false;
----------------
steakhal wrote:
I see. Yes, listing these exhaustively was what i had in mind. Sorry for the
confusion.
https://github.com/llvm/llvm-project/pull/198927
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits