[clang] [Serialization] Load Specializations Lazily (1/2) (PR #76774)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 3 00:05:30 PST 2024
================
@@ -527,6 +527,10 @@ class ASTWriter : public ASTDeserializationListener,
bool isLookupResultExternal(StoredDeclsList &Result, DeclContext *DC);
bool isLookupResultEntirelyExternal(StoredDeclsList &Result, DeclContext *DC);
+ uint64_t
+ WriteSpecsLookupTable(NamedDecl *D,
----------------
vgvassilev wrote:
Generally `spec` would read as specification not specialization. Maybe we should use the full word.
https://github.com/llvm/llvm-project/pull/76774
More information about the cfe-commits
mailing list