================
@@ -186,106 +205,202 @@ class MatchDescendantVisitor : public 
DynamicRecursiveASTVisitor {
     return DynamicRecursiveASTVisitor::TraverseStmt(Node);
   }
 
+  void set_ast_context(ASTContext &Context) { ActiveASTContext = &Context; }
----------------
ilya-biryukov wrote:

NIT: `setASTContext` and `setHandler`  to follow LLVM naming conventions?

https://github.com/llvm/llvm-project/pull/124554
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to