[Lldb-commits] [clang] [lldb] [Serialization] Support loading template specializations lazily (PR #119333)

Erich Keane via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 24 07:14:29 PST 2025


================
@@ -1502,6 +1509,12 @@ enum DeclCode {
   /// An ImplicitConceptSpecializationDecl record.
   DECL_IMPLICIT_CONCEPT_SPECIALIZATION,
 
+  // A decls specilization record.
----------------
erichkeane wrote:

Note `specialization` is misspelled in this comment and the one below.

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


More information about the lldb-commits mailing list