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

Andrey Ali Khan Bolshakov via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 09:09:13 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"
----------------
bolshakov-a wrote:

Just to clarify: do you insist that `#include` set added in a PR should be minimal for compilability?

https://github.com/llvm/llvm-project/pull/78041


More information about the cfe-commits mailing list