================ @@ -8,11 +8,14 @@ #include "UseAfterMoveCheck.h" +#include "clang/AST/Attr.h" #include "clang/AST/Expr.h" #include "clang/AST/ExprCXX.h" +#include "clang/AST/Type.h" #include "clang/ASTMatchers/ASTMatchers.h" #include "clang/Analysis/Analyses/CFGReachabilityAnalysis.h" #include "clang/Analysis/CFG.h" +#include "clang/Basic/LLVM.h" ---------------- juanvazquez wrote:
Thanks, I've removed the include then. https://github.com/llvm/llvm-project/pull/186903 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
