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
AppleHostVersionDetection.h -rw-r--r-- 1.0 KB
AppleHostVersionDetection.mm -rw-r--r-- 2.8 KB
CMakeLists.txt -rw-r--r-- 487 bytes
CompilerInvocation.cpp -rw-r--r-- 66.1 KB
DiagnosticVerifier.cpp -rw-r--r-- 25.9 KB
Frontend.cpp -rw-r--r-- 24.7 KB
FrontendOptions.cpp -rw-r--r-- 2.3 KB
PrintingDiagnosticConsumer.cpp -rw-r--r-- 5.9 KB
SerializedDiagnosticConsumer.cpp -rw-r--r-- 19.7 KB

back to top