Fully enable ExperimentalStringProcessing

Previously we would only enable by default when
`parseArgs` was called. However this wouldn't
enable it for clients such as LLDB, who provide
their own invocation. Switch the default to `true`
in the `LangOptions`, and remove some redundant
uses of `-enable-experimental-string-processing`.
The frontend flag remains, as it may be useful to
disable.

rdar://107419385
rdar://101765556
This commit is contained in:
Hamish Knight
2023-03-31 18:00:31 +01:00
parent f702272297
commit af7134b884
10 changed files with 5 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-typecheck-verify-swift -enable-experimental-string-processing -disable-availability-checking
// RUN: %target-typecheck-verify-swift -disable-availability-checking
// REQUIRES: swift_in_compiler