mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Replace the 'ignoreMissing' boolean flag with a new option set type, SubstOptions, which is easier to extend. It is not an OptionSet<> because a follow-on commit will introduce a non-trivial option that will require more storage. Also eliminate the LazyResolver parameter, which is no longer needed. Eliminate the silly TypeChecker::substType(), whose only purpose was to provide the resolver. Swift SVN r27656
53 KiB
53 KiB