[clang-tools-extra] [clang-tidy] Normalize windows line filter paths (PR #217038)

Chris Apple via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 21 09:00:35 PDT 2026


================
@@ -75,6 +75,16 @@ TEST(ParseLineFilter, ValidFilter) {
   EXPECT_EQ(1000u, Options.LineFilter[2].LineRanges[0].second);
 }
 
+#ifdef _WIN32
----------------
cjappl wrote:

see above

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


More information about the cfe-commits mailing list