Store indices to disk (#279)

This commit is contained in:
ykiko
2025-10-19 21:53:57 +08:00
committed by GitHub
parent eda7f03a37
commit dffa884e5a
22 changed files with 979 additions and 514 deletions

View File

@@ -47,7 +47,7 @@ struct ProjectIndex {
SymbolTable symbols;
void merge(this ProjectIndex& self, TUIndex& index);
llvm::SmallVector<std::uint32_t> merge(this ProjectIndex& self, TUIndex& index);
void serialize(this ProjectIndex& self, llvm::raw_ostream& os);