Commits

Joe Groff committed 3c539b7f243
Sema: Look through optional types for .member lookup. When we see a '.member' expression in optional context, look for the member in the optional's object type if it isn't found in Optional itself. <rdar://problem/16125392> Swift SVN r19469