Commits

Jordan Rose committed 3fcdfd40e9c
Remove the "swift/Basic/Optional.h" header. llvm::Optional lives in "llvm/ADT/Optional.h". Like Clang, we can get Optional in the 'swift' namespace by including "swift/Basic/LLVM.h". We're now fully switched over to llvm::Optional! Swift SVN r22477