[Property delegates] Fix printing of memberwise initializer default arguments

This commit is contained in:
Doug Gregor
2019-04-15 23:27:24 -07:00
parent 261b879b54
commit 7df695536e
4 changed files with 86 additions and 28 deletions

View File

@@ -126,6 +126,10 @@ void simple_display(
llvm::raw_ostream &out,
const PropertyDelegateBackingPropertyInfo &backingInfo);
/// Given the initializer for the given property with an attached property
/// delegate, dig out the original initialization expression.
Expr *findOriginalPropertyDelegateInitialValue(VarDecl *var, Expr *init);
} // end namespace swift
#endif // SWIFT_AST_PROPERTY_DELEGATES_H