Commits

Jordan Rose committed e999f40628f
Replace "optVal = Nothing" with "optVal.reset()" for Optional<ArrayRef<T>>. In preparation for the switch to llvm::Optional, which is constructible from the same dummy llvm::NoneType as llvm::ArrayRef, making the assignment ambiguous. Swift SVN r22473