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
APIDigesterData.cpp -rw-r--r-- 18.3 KB
CMakeLists.txt -rw-r--r-- 405 bytes
CodeCompletion.cpp -rw-r--r-- 189.2 KB
CodeCompletionCache.cpp -rw-r--r-- 17.4 KB
CodeCompletionResultBuilder.h -rw-r--r-- 13.6 KB
CommentConversion.cpp -rw-r--r-- 20.8 KB
Formatting.cpp -rw-r--r-- 32.9 KB
IDETypeChecking.cpp -rw-r--r-- 1.9 KB
ModuleInterfacePrinting.cpp -rw-r--r-- 33.3 KB
REPLCodeCompletion.cpp -rw-r--r-- 11.4 KB
SwiftSourceDocInfo.cpp -rw-r--r-- 35.4 KB
SyntaxModel.cpp -rw-r--r-- 54.5 KB
TypeReconstruction.cpp -rw-r--r-- 72.6 KB
Utils.cpp -rw-r--r-- 25.1 KB

back to top