[clang] [Serialization] Load Specializations Lazily (PR #76774)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 17:53:04 PST 2024


================
@@ -100,6 +100,11 @@ ExternalASTSource::FindExternalVisibleDeclsByName(const DeclContext *DC,
   return false;
 }
 
+void ExternalASTSource::LoadExternalSpecializations(
+    const Decl *D, ArrayRef<TemplateArgument> TemplateArgs) {
+  return;
----------------
ChuanqiXu9 wrote:

Will do in the next circle.

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


More information about the cfe-commits mailing list