File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919#include " clang/Frontend/ASTUnit.h"
2020#include " clang/Frontend/CompilerInstance.h"
2121#include " clang/Frontend/FrontendActions.h"
22- #include " clang/Interpreter/Interpreter.h"
2322#include " clang/Lex/PreprocessorOptions.h"
2423#include " clang/Sema/CodeCompleteConsumer.h"
2524#include " clang/Sema/CodeCompleteOptions.h"
Original file line number Diff line number Diff line change 1717#include " clang/Interpreter/PartialTranslationUnit.h"
1818#include " clang/Parse/Parser.h"
1919#include " clang/Sema/Sema.h"
20+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
2021#include " llvm/Support/CrashRecoveryContext.h"
2122#include " llvm/Support/Error.h"
2223
Original file line number Diff line number Diff line change 2121#include " clang/Sema/Lookup.h"
2222#include " clang/Sema/Sema.h"
2323
24+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
2425#include " llvm/Support/Error.h"
2526#include " llvm/Support/raw_ostream.h"
2627
Original file line number Diff line number Diff line change 1414#include " clang/Interpreter/Value.h"
1515#include " clang/AST/ASTContext.h"
1616#include " clang/AST/Type.h"
17+ #include " clang/AST/ASTConsumer.h"
1718#include " clang/Interpreter/Interpreter.h"
1819#include " llvm/ADT/StringExtras.h"
20+ #include " llvm/ExecutionEngine/Orc/LLJIT.h"
1921#include < cassert>
2022#include < utility>
2123
You can’t perform that action at this time.
0 commit comments