mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
More progress towards getting same-type constraints working correctly.
Swift SVN r16023
This commit is contained in:
@@ -40,7 +40,7 @@ enum class AllocationArena;
|
||||
|
||||
/// \brief Type substitution mapping from substitutable types to their
|
||||
/// replacements.
|
||||
typedef llvm::DenseMap<SubstitutableType *, Type> TypeSubstitutionMap;
|
||||
typedef llvm::DenseMap<TypeBase *, Type> TypeSubstitutionMap;
|
||||
|
||||
/// Map from non-type requirements to the corresponding conformance witnesses.
|
||||
typedef llvm::DenseMap<ValueDecl *, ConcreteDeclRef> WitnessMap;
|
||||
|
||||
Reference in New Issue
Block a user