https://github.com/aengelke created https://github.com/llvm/llvm-project/pull/191635
Consequence of https://github.com/llvm/llvm-project/issues/182526. With PCH used for unit tests (#191402), this breaks now due to matching: llvm-build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp/cqc-main.cpp with: llvm-build/tools/clang/tools/extra/clangd/unittests/DecisionForestRuntimeTest.cpp >From 7daf52c500a3130aac3f10759dafb2d0b6d7032b Mon Sep 17 00:00:00 2001 From: Alexis Engelke <[email protected]> Date: Sat, 11 Apr 2026 15:16:52 +0000 Subject: [PATCH] [spr] initial version Created using spr 1.3.8-wip --- .../test/clang-tidy/infrastructure/custom-query-check.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp b/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp index a57029908d3e4..1b541edb7cfe2 100644 --- a/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp +++ b/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp @@ -1,3 +1,5 @@ +// Broken due to https://github.com/llvm/llvm-project/issues/182526. +// UNSUPPORTED: * // sed command does not work as-is on Windows. // UNSUPPORTED: system-windows // REQUIRES: custom-check _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
