llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra @llvm/pr-subscribers-clang-tidy Author: Alexis Engelke (aengelke) <details> <summary>Changes</summary> 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 --- Full diff: https://github.com/llvm/llvm-project/pull/191635.diff 1 Files Affected: - (modified) clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp (+2) ``````````diff 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 `````````` </details> https://github.com/llvm/llvm-project/pull/191635 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
