Commits

Joe Groff committed 84f9371436d
Add more AST verifier checks for OptionalEvaluation and BindOptional. OptionalEvaluation shouldn't leak lvalues, and BindOptional must take a T? and produce a T (preserving lvalue-ness). NFC yet. Swift SVN r20602