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-- 431 bytes
FrontendTool.cpp -rw-r--r-- 48.4 KB
ImportedModules.cpp -rw-r--r-- 3.7 KB
ImportedModules.h -rw-r--r-- 909 bytes
ReferenceDependencies.cpp -rw-r--r-- 13.5 KB
ReferenceDependencies.h -rw-r--r-- 1.4 KB
TBD.cpp -rw-r--r-- 5.1 KB
TBD.h -rw-r--r-- 1.3 KB

back to top