mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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
2.4 KiB
2.4 KiB