================ @@ -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" ---------------- zeyi2 wrote:
Nit: Not needed? Clang-tidy codebase relies on transitive rule for header file. ```suggestion ``` https://github.com/llvm/llvm-project/pull/186903 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
