================ @@ -11,6 +11,7 @@ #include "clang/AST/ASTLambda.h" #include "clang/AST/Attr.h" #include "clang/AST/Decl.h" +#include "clang/AST/Expr.h" ---------------- zeyi2 wrote:
Is this header really needed? It looks that `SmallPtrSetImpl` and `DenseMap` would not introduce `Expr` header.. https://github.com/llvm/llvm-project/pull/174357 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
