File tree Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,9 @@ class SectionList;
190
190
class SectionLoadHistory ;
191
191
class SectionLoadList ;
192
192
class Settings ;
193
+ class SwiftASTContext ;
194
+ class SwiftLanguageRuntime ;
195
+ class SwiftREPL ;
193
196
class SourceManager ;
194
197
class SourceManagerImpl ;
195
198
class StackFrame ;
@@ -408,6 +411,7 @@ typedef std::weak_ptr<lldb_private::Section> SectionWP;
408
411
typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
409
412
typedef std::shared_ptr<lldb_private::SearchFilter> SearchFilterSP;
410
413
typedef std::shared_ptr<lldb_private::Settings> SettingsSP;
414
+ typedef std::shared_ptr<lldb_private::SwiftASTContext> SwiftASTContextSP;
411
415
typedef std::unique_ptr<lldb_private::SourceManager> SourceManagerUP;
412
416
typedef std::shared_ptr<lldb_private::StackFrame> StackFrameSP;
413
417
typedef std::unique_ptr<lldb_private::StackFrame> StackFrameUP;
@@ -485,7 +489,5 @@ class StringRef;
485
489
486
490
} // namespace llvm
487
491
488
- #include " swift-lldb-forward.h"
489
-
490
492
#endif // #if defined(__cplusplus)
491
493
#endif // LLDB_lldb_forward_h_
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments