Skip to content

Commit f4a5069

Browse files
committed
Add a dummy BridgedConsumedLookupResult constructor for compatibility with ARM windows.
1 parent 3ef2312 commit f4a5069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/AST/ASTBridging.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ struct BridgedConsumedLookupResult {
109109
: Name(BridgedIdentifier(name)), NameLoc(BridgedSourceLoc(sourceLoc)),
110110
Flag(flag) {}
111111
#endif
112+
113+
BridgedConsumedLookupResult(void*_Nullable, void*_Nullable, int); // DO NOT CALL
112114
};
113115

114116
class BridgedDeclBaseName {

0 commit comments

Comments
 (0)