We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99e4918 + 05c8f7f commit 5d8af8cCopy full SHA for 5d8af8c
lib/Sema/TypeChecker.h
@@ -52,11 +52,6 @@ namespace constraints {
52
class SolutionResult;
53
}
54
55
-/// A mapping from substitutable types to the protocol-conformance
56
-/// mappings for those types.
57
-using ConformanceMap =
58
- llvm::DenseMap<SubstitutableType *, SmallVector<ProtocolConformance *, 2>>;
59
-
60
/// Special-case type checking semantics for certain declarations.
61
enum class DeclTypeCheckingSemantics {
62
/// A normal declaration.
0 commit comments