Sema: Pull preconcurrency adjustment out of getUnopenedTypeOfReference()

This commit is contained in:
Slava Pestov
2025-08-15 13:18:37 -04:00
parent 501b21d749
commit a399c46db7
2 changed files with 17 additions and 24 deletions

View File

@@ -4474,8 +4474,7 @@ public:
Type getUnopenedTypeOfReference(VarDecl *value, Type baseType,
DeclContext *UseDC,
ConstraintLocator *locator,
bool wantInterfaceType = false,
bool adjustForPreconcurrency = true);
bool wantInterfaceType);
/// Given the opened type and a pile of information about a member reference,
/// determine the reference type of the member reference.