update ParsedAST.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user