================
@@ -517,6 +520,207 @@ bool ClangASTImporter::CompleteType(const CompilerType &compiler_type) {
return false;
}
+template <class D, class O>
----------------
Michael137 wrote:
done
https://github.com/llvm/llvm-project/pull/83291