[CodeCompletion] Update for SE-0345 shorthand optional binding

Suggest visible optional values after 'if let'.

rdar://90399603
This commit is contained in:
Rintaro Ishizaki
2022-04-01 14:01:49 -07:00
parent dd7610f2d2
commit bcc003bd2d
7 changed files with 143 additions and 8 deletions

View File

@@ -236,6 +236,8 @@ public:
virtual void completeTypeAttrBeginning() {};
virtual void completeOptionalBinding(){};
/// Signals that the AST for the all the delayed-parsed code was
/// constructed. No \c complete*() callbacks will be done after this.
virtual void doneParsing() = 0;