Commits

Doug Gregor committed b756fc29ecb
Don't require paretheses when mixing optional types and array types... ... unless we actually hit one of the confusing cases involving multi-dimensional arrays (e.g., Int[]?[]), at which point one needs to write parentheses <rdar://problem/16737035>. Swift SVN r18181