Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 359bc8b

Browse files
authored
[Swift] Update for header reorganization (#1997)
No functionality change.
1 parent 06ff685 commit 359bc8b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

include/lldb/Symbol/SwiftASTContext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class SearchPathOptions;
4141
class SILModule;
4242
class VarDecl;
4343
class ModuleDecl;
44+
class SourceFile;
4445
struct PrintOptions;
4546
class MemoryBufferSerializedModuleLoader;
4647
namespace irgen {

source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "swift/AST/NameLookup.h"
3030
#include "swift/AST/ParameterList.h"
3131
#include "swift/AST/Pattern.h"
32+
#include "swift/AST/SourceFile.h"
3233
#include "swift/AST/Stmt.h"
3334
#include "swift/AST/TypeRepr.h"
3435
#include "swift/AST/Types.h"

source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class ExtensionDecl;
2929
class FuncDecl;
3030
class RepeatWhileStmt;
3131
class ReturnStmt;
32+
class SourceFile;
3233
class VarDecl;
3334
} // namespace swift
3435

0 commit comments

Comments
 (0)