swift
31595912 - [TypeChecker/CodeCompletion] Re-introduce expression sanitization before solving

Commit
3 years ago
[TypeChecker/CodeCompletion] Re-introduce expression sanitization before solving A call to `SanitizeExpr` has been incorrectly removed from `typeCheckForCodeCompletion` by refactoring to use `ASTNode`. It is still required because fallback calls could have partially type-checked AST. Resolves: https://github.com/apple/swift/issues/59315 Resolves: rdar://94619388
Author
Parents
Loading