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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 6 06:30:28 PDT 2026


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

Rather than only defining the test for non-Win32, would it make more sense to test that Win32 gets different expected results?

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


More information about the cfe-commits mailing list