[lldb] [clang-tools-extra] [clang] [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. (PR #78041)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 08:59:00 PST 2024


================
@@ -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


More information about the cfe-commits mailing list