Commits
Michael Gottesman committed 69af5467ce0
Add a witness table to the witness table lookup cache when we create it, not lazily as we perform a search. This means that every witness table in a SILModule must be in the protocol conformance -> witness table map. We still return nullptr if there is no such witness table. Swift SVN r15399