[Lldb-commits] [clang] [lldb] [clang-tools-extra] [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. (PR #78041)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Jan 13 07:59:26 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:
Is the header necessary?
https://github.com/llvm/llvm-project/pull/78041
More information about the lldb-commits
mailing list