[clang] [clang-format] Correctly annotate tok::star in braced list (PR #138389)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Sat May 3 16:05:18 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-darwin` running on `doug-worker-3` while building `clang` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/23/builds/9970
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang-Unit :: ./AllClangUnitTests/10/48' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/./AllClangUnitTests-Clang-Unit-20875-10-48.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=48 GTEST_SHARD_INDEX=10 /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/./AllClangUnitTests
--
Note: This is test shard 11 of 48.
[==========] Running 510 tests from 104 test suites.
[----------] Global test environment set-up.
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest
[ RUN ] MinimizeSourceToDependencyDirectivesTest.DefineInvalidMacroArguments
[ OK ] MinimizeSourceToDependencyDirectivesTest.DefineInvalidMacroArguments (0 ms)
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest (0 ms total)
[----------] 1 test from HeaderMapTest
[ RUN ] HeaderMapTest.lookupFilenameTruncatedPrefix
[ OK ] HeaderMapTest.lookupFilenameTruncatedPrefix (0 ms)
[----------] 1 test from HeaderMapTest (0 ms total)
[----------] 1 test from ModuleDeclStateTest
[ RUN ] ModuleDeclStateTest.NamedModuleImplementation
[ OK ] ModuleDeclStateTest.NamedModuleImplementation (1 ms)
[----------] 1 test from ModuleDeclStateTest (1 ms total)
[----------] 1 test from DxcModeTest
[ RUN ] DxcModeTest.TargetProfileValidation
[ OK ] DxcModeTest.TargetProfileValidation (16 ms)
[----------] 1 test from DxcModeTest (16 ms total)
[----------] 1 test from MultilibTest
[ RUN ] MultilibTest.SetPushback
[ OK ] MultilibTest.SetPushback (0 ms)
[----------] 1 test from MultilibTest (0 ms total)
[----------] 2 tests from ExprMutationAnalyzerTest
[ RUN ] ExprMutationAnalyzerTest.CallUnresolved
[ OK ] ExprMutationAnalyzerTest.CallUnresolved (129 ms)
[ RUN ] ExprMutationAnalyzerTest.RangeForNonArrayByConstRef
input.cc:1:103: warning: expression result unused [-Wunused-value]
1 | struct V { const int* begin() const; const int* end() const; };void f() { V x; for (const int& e : x) e; }
| ^
[ OK ] ExprMutationAnalyzerTest.RangeForNonArrayByConstRef (9 ms)
[----------] 2 tests from ExprMutationAnalyzerTest (139 ms total)
[----------] 1 test from MacroExpansionContextTest
[ RUN ] MacroExpansionContextTest.StringizingVariadicMacros
[ OK ] MacroExpansionContextTest.StringizingVariadicMacros (0 ms)
[----------] 1 test from MacroExpansionContextTest (0 ms total)
[----------] 1 test from EnvironmentTest
...
```
</details>
https://github.com/llvm/llvm-project/pull/138389
More information about the cfe-commits
mailing list