[clang-tools-extra] fix parse windows driver and wsl path (PR #119085)

2024-12-08 Thread via cfe-commits
https://github.com/95833 closed https://github.com/llvm/llvm-project/pull/119085 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] fix parse windows driver and wsl path (PR #119085)

2024-12-07 Thread via cfe-commits
https://github.com/95833 updated https://github.com/llvm/llvm-project/pull/119085 >From 1a37796fbb624a54b00cfff42674fbfa79616f61 Mon Sep 17 00:00:00 2001 From: root <987004...@qq.com> Date: Sun, 8 Dec 2024 01:19:59 +0800 Subject: [PATCH] fix parse windows driver and wsl path --- clang-tools-ex

[clang-tools-extra] fix parse windows driver and wsl path (PR #119085)

2024-12-07 Thread via cfe-commits
https://github.com/95833 updated https://github.com/llvm/llvm-project/pull/119085 >From 1a37796fbb624a54b00cfff42674fbfa79616f61 Mon Sep 17 00:00:00 2001 From: root <987004...@qq.com> Date: Sun, 8 Dec 2024 01:19:59 +0800 Subject: [PATCH] fix parse windows driver and wsl path --- clang-tools-ex

[clang-tools-extra] fix parse windows driver and wsl path (PR #119085)

2024-12-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clangd Author: None (95833) Changes path::is_absolute(Path, path::Style::windows) will return false leading to an error when the path appears in the root driver form, for example: path-mappings=E:=/mnt/e This modification also potentially provides su

[clang-tools-extra] fix parse windows driver and wsl path (PR #119085)

2024-12-07 Thread via cfe-commits
https://github.com/95833 edited https://github.com/llvm/llvm-project/pull/119085 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] fix parse windows driver and wsl path (PR #119085)

2024-12-07 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang-tools-extra] fix parse windows driver and wsl path (PR #119085)

2024-12-07 Thread via cfe-commits
https://github.com/95833 created https://github.com/llvm/llvm-project/pull/119085 path::is_absolute(Path, path::Style::windows) will return false leading to an error when the path appears in the root driver form, for example: path-mappings=E:=/mnt/e This modification also potentially provide