[clang] [clang-tools-extra] [flang] [lld] [lldb] [llvm] [mlir] [polly] Users/makslevental/claude unity build onefile (PR #188403)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 24 21:06:45 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 169703 tests passed
* 2491 tests skipped
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
<details>
<summary>tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx.o</summary>
```
FAILED: tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/../../include-cleaner/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/clang-tidy -I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG -Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions -funwind-tables -fno-rtti -Wno-suggest-override -MD -MT tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx.o -MF tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx.o.d -o tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:299:7: error: redefinition of 'TestCheck'
299 | class TestCheck : public ClangTidyCheck {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp:10:7: note: previous definition is here
10 | class TestCheck : public ClangTidyCheck {
| ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:355:13: error: no matching constructor for initialization of 'TestCheck'
355 | TestCheck TestCheck(&Context);
| ^ ~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp:10:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'ClangTidyContext *' to 'const TestCheck' for 1st argument
10 | class TestCheck : public ClangTidyCheck {
| ^~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp:10:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'ClangTidyContext *' to 'TestCheck' for 1st argument
10 | class TestCheck : public ClangTidyCheck {
| ^~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp:12:3: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
12 | TestCheck(StringRef Name, ClangTidyContext *Context)
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:356:26: error: no member named 'getLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
356 | EXPECT_FALSE(TestCheck.getLocal("Opt"));
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:357:23: error: no member named 'getLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
357 | EXPECT_EQ(TestCheck.getLocal("Opt", "Unknown"), "Unknown");
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:386:13: error: no matching constructor for initialization of 'TestCheck'
386 | TestCheck TestCheck(&Context);
| ^ ~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp:10:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'ClangTidyContext *' to 'const TestCheck' for 1st argument
10 | class TestCheck : public ClangTidyCheck {
| ^~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp:10:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'ClangTidyContext *' to 'TestCheck' for 1st argument
10 | class TestCheck : public ClangTidyCheck {
| ^~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp:12:3: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
12 | TestCheck(StringRef Name, ClangTidyContext *Context)
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_0_cxx.cxx:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:388:23: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
388 | CHECK_VAL(TestCheck.getIntLocal("IntExpected"), 1);
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:389:23: error: no member named 'getIntGlobal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
389 | CHECK_VAL(TestCheck.getIntGlobal("GlobalIntExpected"), 1);
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:390:26: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
390 | EXPECT_FALSE(TestCheck.getIntLocal("IntInvalid1").has_value());
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:391:26: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
391 | EXPECT_FALSE(TestCheck.getIntLocal("IntInvalid2").has_value());
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:392:26: error: no member named 'getIntGlobal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
392 | EXPECT_FALSE(TestCheck.getIntGlobal("GlobalIntInvalid").has_value());
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:393:23: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
393 | ASSERT_EQ(TestCheck.getIntLocal("DefaultedIntInvalid", 1), 1);
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:395:23: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
395 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolITrueValue"), true);
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:395:39: error: expected '(' for function-style cast or type construction
395 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolITrueValue"), true);
| ~~~~^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:396:23: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
396 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolIFalseValue"), false);
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:396:39: error: expected '(' for function-style cast or type construction
396 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolIFalseValue"), false);
| ~~~~^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:397:23: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
397 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolTrueValue"), true);
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:397:39: error: expected '(' for function-style cast or type construction
397 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolTrueValue"), true);
| ~~~~^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:398:23: error: no member named 'getIntLocal' in 'clang::tidy::test::(anonymous namespace)::TestCheck'
398 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolFalseValue"), false);
| ~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp:398:39: error: expected '(' for function-style cast or type construction
398 | CHECK_VAL(TestCheck.getIntLocal<bool>("BoolFalseValue"), false);
| ~~~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
```
</details>
<details>
<summary>tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx.o</summary>
```
FAILED: tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/../../include-cleaner/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/clang-tidy -I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG -Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions -funwind-tables -fno-rtti -Wno-suggest-override -MD -MT tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx.o -MF tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx.o.d -o tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx:46:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp:54:13: error: redefinition of 'runChecker'
54 | std::string runChecker(StringRef Code, unsigned ExpectedWarningCount) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/NamespaceAliaserTest.cpp:50:13: note: previous definition is here
50 | std::string runChecker(StringRef Code, unsigned ExpectedWarningCount) {
| ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/unittests/clang-tidy/CMakeFiles/ClangTidyTests.dir/Unity/unity_1_cxx.cxx:46:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp:76:13: error: no matching function for call to 'runChecker'
76 | runChecker<InsertUsingCheck>("#include \"foo.h\"\n"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:1869:69: note: expanded from macro 'EXPECT_EQ'
1869 | EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2)
| ^~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:144:40: note: expanded from macro 'EXPECT_PRED_FORMAT2'
144 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
| ^~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:134:43: note: expanded from macro 'GTEST_PRED_FORMAT2_'
134 | GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure)
| ^~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:79:52: note: expanded from macro 'GTEST_ASSERT_'
79 | if (const ::testing::AssertionResult gtest_ar = (expression)) \
| ^~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp:54:13: note: candidate template ignored: substitution failure [with Check = InsertUsingCheck]
54 | std::string runChecker(StringRef Code, unsigned ExpectedWarningCount) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp:90:13: error: no matching function for call to 'runChecker'
90 | runChecker<InsertUsingCheck>("#include \"foo.h\"\n"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:1869:69: note: expanded from macro 'EXPECT_EQ'
1869 | EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2)
| ^~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:144:40: note: expanded from macro 'EXPECT_PRED_FORMAT2'
144 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
| ^~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:134:43: note: expanded from macro 'GTEST_PRED_FORMAT2_'
134 | GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure)
| ^~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:79:52: note: expanded from macro 'GTEST_ASSERT_'
79 | if (const ::testing::AssertionResult gtest_ar = (expression)) \
| ^~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp:54:13: note: candidate template ignored: substitution failure [with Check = InsertUsingCheck]
54 | std::string runChecker(StringRef Code, unsigned ExpectedWarningCount) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp:103:13: error: no matching function for call to 'runChecker'
103 | runChecker<InsertUsingCheck>("#include \"foo.h\"\n"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:1869:69: note: expanded from macro 'EXPECT_EQ'
1869 | EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2)
| ^~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:144:40: note: expanded from macro 'EXPECT_PRED_FORMAT2'
144 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
| ^~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:134:43: note: expanded from macro 'GTEST_PRED_FORMAT2_'
134 | GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure)
| ^~
/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include/gtest/gtest_pred_impl.h:79:52: note: expanded from macro 'GTEST_ASSERT_'
79 | if (const ::testing::AssertionResult gtest_ar = (expression)) \
| ^~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp:54:13: note: candidate template ignored: substitution failure [with Check = InsertUsingCheck]
54 | std::string runChecker(StringRef Code, unsigned ExpectedWarningCount) {
| ^
4 errors generated.
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/188403
More information about the cfe-commits
mailing list