mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
56ef1a9348
Windows paths can contain colons (etc. C:\foo\bar), which the diagnostic verifier would confuse for the end of the path. By quoting them we can ignore all colons until the matching single quote character.