Skip to content

Revert "[upstreaming] Move Swift specific code in lldb-forward.h to o… #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions lldb/include/lldb/lldb-forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ class SectionList;
class SectionLoadHistory;
class SectionLoadList;
class Settings;
class SwiftASTContext;
class SwiftLanguageRuntime;
class SwiftREPL;
class SourceManager;
class SourceManagerImpl;
class StackFrame;
Expand Down Expand Up @@ -408,6 +411,7 @@ typedef std::weak_ptr<lldb_private::Section> SectionWP;
typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
typedef std::shared_ptr<lldb_private::SearchFilter> SearchFilterSP;
typedef std::shared_ptr<lldb_private::Settings> SettingsSP;
typedef std::shared_ptr<lldb_private::SwiftASTContext> SwiftASTContextSP;
typedef std::unique_ptr<lldb_private::SourceManager> SourceManagerUP;
typedef std::shared_ptr<lldb_private::StackFrame> StackFrameSP;
typedef std::unique_ptr<lldb_private::StackFrame> StackFrameUP;
Expand Down Expand Up @@ -485,7 +489,5 @@ class StringRef;

} // namespace llvm

#include "swift-lldb-forward.h"

#endif // #if defined(__cplusplus)
#endif // LLDB_lldb_forward_h_
36 changes: 0 additions & 36 deletions lldb/include/lldb/swift-lldb-forward.h

This file was deleted.