Files
sourcekit-lsp/Sources
Alex Hoppen 73266b5b43 Add logic to split command line arguments on Windows
Previously, we were splitting command line arguments on Windows using the same rules as on Unix, which was incorrect, most importantly because backslashes in the first component of a Windows command line invocation are not escaping anything but interpreted verbatim.

Fixes apple#1020
rdar://120809063
2024-02-01 13:04:27 -08:00
..