================
@@ -12,6 +12,7 @@
 #include "clang/AST/DeclCXX.h"
 #include "clang/AST/DeclTemplate.h"
 #include "clang/AST/DeclVisitor.h"
+#include "clang/AST/ODRHash.h"
----------------
cor3ntin wrote:

Yep, this one looks that it's needed, sorry.

The idea (for the other comments), is that we try to avoid changes in PRs that 
are not strictly related to the change being made, mostly to avoid conflicts.

If we wanted to follow a IWYU style and reorganize our headers, we would prefer 
separate PRs or NFC changes (although if we wanted to sort that kind of policy, 
we would have  to do an RFC - again, because that sort of refactor is likely to 
induce conflicts).

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

Reply via email to