Skip to content

Commit e9e5af4

Browse files
author
Davide Italiano
committed
Revert "[upstreaming] Move Swift specific code in lldb-forward.h to own file"
This reverts commit 2ab31f3.
1 parent b5599b0 commit e9e5af4

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

lldb/include/lldb/lldb-forward.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ class SectionList;
190190
class SectionLoadHistory;
191191
class SectionLoadList;
192192
class Settings;
193+
class SwiftASTContext;
194+
class SwiftLanguageRuntime;
195+
class SwiftREPL;
193196
class SourceManager;
194197
class SourceManagerImpl;
195198
class StackFrame;
@@ -408,6 +411,7 @@ typedef std::weak_ptr<lldb_private::Section> SectionWP;
408411
typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
409412
typedef std::shared_ptr<lldb_private::SearchFilter> SearchFilterSP;
410413
typedef std::shared_ptr<lldb_private::Settings> SettingsSP;
414+
typedef std::shared_ptr<lldb_private::SwiftASTContext> SwiftASTContextSP;
411415
typedef std::unique_ptr<lldb_private::SourceManager> SourceManagerUP;
412416
typedef std::shared_ptr<lldb_private::StackFrame> StackFrameSP;
413417
typedef std::unique_ptr<lldb_private::StackFrame> StackFrameUP;
@@ -485,7 +489,5 @@ class StringRef;
485489

486490
} // namespace llvm
487491

488-
#include "swift-lldb-forward.h"
489-
490492
#endif // #if defined(__cplusplus)
491493
#endif // LLDB_lldb_forward_h_

lldb/include/lldb/swift-lldb-forward.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)