================
@@ -27,6 +27,8 @@
 #include "clang/AST/StmtObjC.h"
 #include "clang/AST/StmtVisitor.h"
 #include "clang/AST/Type.h"
+#include "clang/ASTMatchers/ASTMatchFinder.h"
----------------
dougsonos wrote:

The ASTMatcher is only used in some debug-only code. It uses an AST traversal 
to find all the Decls to verify and then compares it against Sema's 
`DeclsWithEffectsToVerify`. I'm convinced now that Sema isn't missing anything 
so I'll remove the dependency.

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

Reply via email to