Skip to content

Commit 43f0694

Browse files
authored
Merge pull request #64149 from hamishknight/more-nfc-changes
2 parents 8e5044a + 2976edb commit 43f0694

24 files changed

+1582
-1521
lines changed

include/swift/Sema/ConstraintSystem.h

Lines changed: 87 additions & 934 deletions
Large diffs are not rendered by default.

include/swift/Sema/IDETypeChecking.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace swift {
5353
namespace constraints {
5454
class ConstraintSystem;
5555
class Solution;
56-
class SolutionApplicationTarget;
56+
class SyntacticElementTarget;
5757
}
5858

5959
/// Typecheck binding initializer at \p bindingIndex.
@@ -161,7 +161,7 @@ namespace swift {
161161
/// \returns `true` if target was applicable and it was possible to infer
162162
/// types for code completion, `false` otherwise.
163163
bool typeCheckForCodeCompletion(
164-
constraints::SolutionApplicationTarget &target, bool needsPrecheck,
164+
constraints::SyntacticElementTarget &target, bool needsPrecheck,
165165
llvm::function_ref<void(const constraints::Solution &)> callback);
166166

167167
/// Thunk around \c TypeChecker::resolveDeclRefExpr to make it available to

0 commit comments

Comments
 (0)