[clang] Relative Path Handling for Cross-Platform Compatibility (PR #133526)

2025-04-05 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] Relative Path Handling for Cross-Platform Compatibility (PR #133526)

2025-04-04 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Ayush Pareek (ayushpareek2003) Changes Both Unix (./, ../) and Windows (.\, ..\) path formats are handled properly --- Full diff: https://github.com/llvm/llvm-project/pull/133526.diff 1 Files Affected: - (modified) clang/lib/Tooling/Too

[clang] Relative Path Handling for Cross-Platform Compatibility (PR #133526)

2025-03-28 Thread Ayush Pareek via cfe-commits
https://github.com/ayushpareek2003 created https://github.com/llvm/llvm-project/pull/133526 Both Unix (./, ../) and Windows (.\, ..\) path formats are handled properly >From 7c70f0c2bf45b34c1134820a21ec169777bce7bf Mon Sep 17 00:00:00 2001 From: Ayush Pareek Date: Sat, 29 Mar 2025 03:25:39 +05