Skip to content

Commit d55466d

Browse files
authored
Merge pull request #13715 from rudkx/tweak-pointer-decl
2 parents ac19b1c + 347b525 commit d55466d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Sema/CSApply.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3428,7 +3428,8 @@ namespace {
34283428
// If we weren't explicitly told by the caller which disjunction choice,
34293429
// get it from the solution to determine whether we've picked a coercion
34303430
// or a bridging conversion.
3431-
auto locator = cs.getConstraintLocator(expr);
3431+
auto *locator = cs.getConstraintLocator(expr);
3432+
34323433
if (!choice) {
34333434
if (tc.Context.LangOpts.EnableObjCInterop)
34343435
choice = solution.getDisjunctionChoice(locator);

0 commit comments

Comments
 (0)