https://github.com/aengelke updated 
https://github.com/llvm/llvm-project/pull/191635

>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 1/2] [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

>From 17258af74d02bc9c4f928f551f89fc57eae99e2c Mon Sep 17 00:00:00 2001
From: Alexis Engelke <[email protected]>
Date: Sat, 11 Apr 2026 15:32:07 +0000
Subject: [PATCH 2/2] lit syntax...

Created using spr 1.3.8-wip
---
 .../test/clang-tidy/infrastructure/custom-query-check.cpp       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1b541edb7cfe2..cd01d7726fcfe 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,5 +1,5 @@
 // Broken due to https://github.com/llvm/llvm-project/issues/182526.
-// UNSUPPORTED: *
+// 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

Reply via email to