Revision 2edf2b26d08b1fe39c25424a7bc993fae1d07480 authored by Jordan Rose on 12 July 2017, 03:39:57 UTC, committed by GitHub on 12 July 2017, 03:39:57 UTC
aa215e7e54 made sure we didn't try to construct Sets and Dictionaries
with a non-Hashable key. However, that commit was a little too
restrictive: there was no handling for imported generic parameters
that were constrained to inherit from NSObject. Fortunately,
recovering that information is fairly straightforward.

rdar://problem/33222646
1 parent d067b63
History
File Mode Size
CMakeLists.txt -rw-r--r-- 240 bytes
Deserialization.cpp -rw-r--r-- 163.0 KB
DeserializationErrors.h -rw-r--r-- 7.7 KB
DeserializeSIL.cpp -rw-r--r-- 108.8 KB
DeserializeSIL.h -rw-r--r-- 6.5 KB
ModuleFile.cpp -rw-r--r-- 60.4 KB
SILFormat.h -rw-r--r-- 12.4 KB
Serialization.cpp -rw-r--r-- 167.0 KB
Serialization.h -rw-r--r-- 18.0 KB
SerializeSIL.cpp -rw-r--r-- 91.5 KB
SerializedModuleLoader.cpp -rw-r--r-- 21.5 KB
SerializedSILLoader.cpp -rw-r--r-- 5.7 KB

back to top