[clang] [lldb] [Serialization] Support loading template specializations lazily (PR #119333)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 24 07:14:05 PST 2025
================
@@ -1502,6 +1509,12 @@ enum DeclCode {
/// An ImplicitConceptSpecializationDecl record.
DECL_IMPLICIT_CONCEPT_SPECIALIZATION,
+ // A decls specilization record.
+ DECL_SPECIALIZATIONS,
+
+ // A decls specilization record.
+ DECL_PARTIAL_SPECIALIZATIONS,
+
----------------
erichkeane wrote:
The `DECL_LAST` also needs to be updated her.e
https://github.com/llvm/llvm-project/pull/119333
More information about the cfe-commits
mailing list