mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeCompletion] Migrate postfix expr completion to solver-based
This commit is contained in:
@@ -147,8 +147,9 @@ public:
|
||||
/// Complete the \c in keyword in a for-each loop.
|
||||
virtual void completeForEachInKeyword(){};
|
||||
|
||||
/// Complete a given expr-postfix.
|
||||
virtual void completePostfixExpr(Expr *E, bool hasSpace) {};
|
||||
/// Complete a expr-postfix. The \c CodeCompletionExpr has the expression it
|
||||
/// is completing after set as its base.
|
||||
virtual void completePostfixExpr(CodeCompletionExpr *E, bool hasSpace){};
|
||||
|
||||
/// Complete a given expr-postfix, given that there is a following
|
||||
/// left parenthesis.
|
||||
|
||||
Reference in New Issue
Block a user