[clang] [clang-tools-extra] [Tooling] Preserve backslashes in POSIX source paths (PR #207499)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 6 18:58:29 PDT 2026


================
@@ -688,6 +686,26 @@ TEST(runToolOnCodeWithArgs, DiagnosticsColor) {
       {"-fcolor-diagnostics"}));
 }
 
+#if !defined(_WIN32)
----------------
zeyi2 wrote:

Added, thanks for reviewing.

https://github.com/llvm/llvm-project/pull/207499


More information about the cfe-commits mailing list