Build URL: https://ci.swift.org/job/swift-main-source-compat-suite/5600/ Project: swift-main-source-compat-suite Date of build: Thu, 19 Nov 2020 09:20:13 -0600 Build duration: 13 hr
[CodeCompletion][Sema][Parse] Migrate unresolved member completion to the solver-based completion implementation
edit: lib/Sema/TypeCheckCodeCompletion.cpp
edit: test/IDE/complete_string_interpolation.swift
edit: lib/Sema/CSBindings.cpp
edit: include/swift/Sema/CodeCompletionTypeChecking.h
edit: lib/Sema/CSRanking.cpp
edit: test/IDE/complete_unresolved_members.swift
edit: test/IDE/complete_value_expr.swift
edit: lib/Sema/CSGen.cpp
edit: lib/Parse/ParseExpr.cpp
edit: test/IDE/complete_property_delegate_attribute.swift
edit: test/IDE/complete_call_arg.swift
edit: lib/Sema/CSSimplify.cpp
edit: test/IDE/complete_constrained.swift
edit: test/IDE/complete_ambiguous.swift
edit: test/IDE/complete_single_expression_return.swift
edit: lib/IDE/CodeCompletion.cpp
edit: test/IDE/complete_call_as_function.swift
edit: test/IDE/complete_sr13271.swift
edit: test/IDE/complete_stmt_controlling_expr.swift
Commit c777b2578a297b58c7ae06ba5848d8e7941496f9 by nhawes:
[test] Re-enable now-passing IDE/complete_unresolved_members.swift run line
Commit 9f79fd5df1eba6f11b396170beb2475b4318f697 by rwidmann:
Serialize Fingerprints in Swift Modules
Commit 8e5d64fa554aa3efdbdf73248f89e27167c1dcd8 by rwidmann:
Add a Fingerprint Currency Type
Commit 27d29262b0bb053b0e56be3e639ef3a4311d514e by rwidmann:
[NFC] Traffic in Fingerprints
Commit 912ed2711bc522bf089488038b487a60bb92c2a9 by rwidmann:
[NFC] Use Fingerprints When Computing the Interface Hash
Commit 883902411b285568e17f98545729b925ea1254d7 by rwidmann:
Migrate loadFingerprint onto ModuleDecl and Friends
Commit 316005d8915ac264a7e0a568070cbc92d86e2e27 by rwidmann:
Migrate Swiftdeps-based Tests with Poorly-Formatted Fingerprints
Commit c35ff33a1f7229e7d96bfd7bb7584f6e354e4435 by mgottesman:
[ownership] Add a subclass for all OwnershipForwarding instructions and fix the classof to the various ownership abstract classes so isa/dyn_cast work.
Commit 91f4c8c442221c989536d815e5751cd02ecfa85e by rwidmann:
Migrate Driver Unit Tests to Fingerprints
Commit 86ddd52204a26c90e1fb0c55f6d9aec17b1d4568 by nhawes:
[Sema] Extract out expression-contains-completion-loc check into a method on ConstraintSystem (NFC)
Commit d2a98f3b0f0a808b692cfb191bea7907a11e0242 by rwidmann:
Address Review Comments
Commit 240a26244d17c31d195ee83b751f166473f42d63 by nhawes:
[CodeCompletion] Rename isSingleExpressionBody to isImplicitSingleExpressionReturn for clarity
Commit a19ae5c1c508b90602b59fca56e3596571da5eeb by eeckstein:
[concurrency] Correctly handle dead-end and unreachable blocks in OptimizeHopToExecutor
Commit abea46ea59b7e66717b015151290cdefd2cd0dcb by github:
Make Float16 available for macOS on Apple Silicon (#34821)