================
@@ -2510,10 +2499,8 @@ bool SymbolFileNativePDB::CompleteType(CompilerType
&compiler_type) {
if (ast_builder &&
ast_builder->GetClangASTImporter().CanImport(compiler_type))
return ast_builder->GetClangASTImporter().CompleteType(compiler_type);
----------------
Nerixyz wrote:
We always check for the `TypeSystemClang` here. Doesn't have to be in this PR,
but we should move this code to `PdbAstBuilder`. Not sure if we can just move
it to `CompleteType` or we need to create another method on the AST builder.
https://github.com/llvm/llvm-project/pull/173111
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits