njames93 added inline comments.

================
Comment at: clang/lib/ASTMatchers/ASTMatchFinder.cpp:1536
 void MatchFinder::match(const clang::DynTypedNode &Node, ASTContext &Context) {
   internal::MatchASTVisitor Visitor(&Matchers, Options);
   Visitor.set_active_ast_context(&Context);
----------------
Is there a precedent to instrument this function too. AFAIK this is only used 
when running 1 matcher on a predetermined node so doesn't have the same issues 
when debugging as below.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120185/new/

https://reviews.llvm.org/D120185

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to