Commits

John McCall committed f6cfe63c564
Check for Optional<T> and a set of four "intrinsic" functions whenever we build a reference to a [weak] variable in the AST. We're going to consume this during SIL-gen, so the assumption here is that we never do SIL-gen of an Expr that we didn't run through the type-checker. Swift SVN r7716