Skip to content

Commit 5e952e9

Browse files
authored
Merge pull request #85902 from slavapestov/csbindings-cleanups
Sema: A few more simple CSBindings cleanups
2 parents 8e06293 + 3c4fef1 commit 5e952e9

File tree

4 files changed

+219
-162
lines changed

4 files changed

+219
-162
lines changed

include/swift/Sema/CSBindings.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ struct PotentialBinding {
147147
return {placeholderTy, AllowedBindingKind::Exact,
148148
PointerUnion<Constraint *, ConstraintLocator *>()};
149149
}
150+
151+
void print(llvm::raw_ostream &out, const PrintOptions &PO) const;
150152
};
151153

152154
struct LiteralRequirement {

0 commit comments

Comments
 (0)