Ben Barham
000a808bf8
[Test] Regex tests depend on host Swift compiler
...
This test was missed in #69838 . Update to depend on swift_swift_parser
(ie. "have a host Swift compiler").
2023-11-28 12:43:54 -08:00
Richard Wei
72ebcded98
Integrate newer string processing (a0ed7e1)
...
Friend PR: apple/swift-experimental-string-processing#282 .
Also remove the `-enable-experimental-pairwise-build-block` flag when building regex modules as the feature is already on by default.
2022-04-15 12:01:45 -07:00
Hamish Knight
f1a799037e
[Parse] Introduce /.../ regex literals
...
Start parsing regex literals with `/.../`
delimiters.
rdar://83253726
2022-04-12 16:03:49 +01:00
Hamish Knight
63b8db1659
Start using '-enable-bare-slash-regex'
...
Change the flag to imply
'-enable-experimental-string-processing', and
and update some tests to start using it.
2022-04-12 16:03:47 +01:00
Hamish Knight
51130bfb07
[test] Update regex literal tests
2022-04-04 11:51:41 +01:00
Rintaro Ishizaki
88e1905746
[SourceKit] Link SwiftCompilerModules to SourceKit
...
This is required for SourceKit to parse Regex literals
rdar://90236990
2022-03-30 09:14:57 -07:00