File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -982,7 +982,6 @@ class ClangASTContext : public TypeSystem {
982
982
std::unique_ptr<clang::ASTContext> m_ast_up;
983
983
std::unique_ptr<clang::LangOptions> m_language_options_up;
984
984
std::unique_ptr<clang::FileManager> m_file_manager_up;
985
- std::unique_ptr<clang::FileSystemOptions> m_file_system_options_up;
986
985
std::unique_ptr<clang::SourceManager> m_source_manager_up;
987
986
std::unique_ptr<clang::DiagnosticsEngine> m_diagnostics_engine_up;
988
987
std::unique_ptr<clang::DiagnosticConsumer> m_diagnostic_consumer_up;
@@ -1001,7 +1000,6 @@ class ClangASTContext : public TypeSystem {
1001
1000
clang::ExternalASTMerger::OriginMap m_origins;
1002
1001
uint32_t m_pointer_byte_size;
1003
1002
bool m_ast_owned;
1004
- bool m_can_evaluate_expressions;
1005
1003
// / The sema associated that is currently used to build this ASTContext.
1006
1004
// / May be null if we are already done parsing this ASTContext or the
1007
1005
// / ASTContext wasn't created by parsing source code.
You can’t perform that action at this time.
0 commit comments