update ParsedAST.

This commit is contained in:
ykiko
2024-09-01 13:05:43 +08:00
parent ab24d4b3a3
commit 7a10ac3839
2 changed files with 0 additions and 4 deletions

View File

@@ -13,8 +13,6 @@ struct ParsedAST {
std::unique_ptr<clang::FrontendAction> action;
std::unique_ptr<clang::CompilerInstance> instance;
clang::TranslationUnitDecl* tuDecl;
static std::unique_ptr<ParsedAST>
build(llvm::StringRef filename, llvm::StringRef content, std::vector<const char*>& args, Preamble* preamble);
};