[clang] [clang-format] convert path to Windows path if user is using a MSYS2 shell (PR #111526)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 03:24:43 PDT 2024
cor3ntin wrote:
Would it not be be better to transform the result to a windows path, such as with `pathlib.WindowsPath(toplevel).str()` ?
https://github.com/llvm/llvm-project/pull/111526
More information about the cfe-commits
mailing list