Skip to content

Commit 0989943

Browse files
committed
Add PersistentParserState constructor back for LLDB.
This is to avoid having to sychronize PRs across LLDB and Swift.
1 parent 1196984 commit 0989943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Parse/PersistentParserState.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class PersistentParserState {
106106
public:
107107
swift::ScopeInfo &getScopeInfo() { return ScopeInfo; }
108108
PersistentParserState();
109+
PersistentParserState(ASTContext &ctx) : PersistentParserState() { }
109110
~PersistentParserState();
110111

111112
void delayFunctionBodyParsing(AbstractFunctionDecl *AFD,

0 commit comments

Comments
 (0)