Tighter type-checking of enums with synthesized RawRepresentable

conformance
Fixes SR-2134
This commit is contained in:
SpringsUp
2016-08-22 21:34:54 +02:00
parent 82a7a5570a
commit f9af1257ef
17 changed files with 160 additions and 86 deletions

View File

@@ -213,6 +213,7 @@ GenericParamList *DeclContext::getGenericParamsOfContext() const {
}
llvm_unreachable("bad DeclContextKind");
}
llvm_unreachable("unknown parent");
}
GenericSignature *DeclContext::getGenericSignatureOfContext() const {