[SR-2582] Add -swift-version command line flag #45187
Labels
compiler
The Swift compiler itself
feature
A feature request or implementation
legacy driver
Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project
source compatibility
Additional Detail from JIRA
md5: 69481d2da35f1f5645d3bfb5ecf7eb8c
Issue Description:
Per the plan for Swift 3, 4, and beyond, the compiler will need to support older versions of the Swift language.
The best spelling anyone has come up with so far is a
-swift-version 3
flag. This should be parsed and piped intoLangOptions
.https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160905/026944.html
https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160725/025699.html
The text was updated successfully, but these errors were encountered: