[clang] [clang-format][NFC] Use the newly added AllowLiteralDigitSeparator (PR #185165)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 7 13:08:39 PST 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-5` while building `clang` at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/37987

<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/19/50' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/tools/clang/unittests/./AllClangUnitTests-Clang-Unit-6624-19-50.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=50 GTEST_SHARD_INDEX=19 /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/tools/clang/unittests/./AllClangUnitTests
--

Note: This is test shard 20 of 50.
[==========] Running 511 tests from 109 test suites.
[----------] Global test environment set-up.
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest
[ RUN      ] MinimizeSourceToDependencyDirectivesTest.DefineNoWhitespace
[       OK ] MinimizeSourceToDependencyDirectivesTest.DefineNoWhitespace (0 ms)
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest (0 ms total)

[----------] 1 test from HeaderSearchTest
[ RUN      ] HeaderSearchTest.Dots
[       OK ] HeaderSearchTest.Dots (0 ms)
[----------] 1 test from HeaderSearchTest (0 ms total)

[----------] 1 test from ModuleDeclStateTest
[ RUN      ] ModuleDeclStateTest.NotModule
[       OK ] ModuleDeclStateTest.NotModule (0 ms)
[----------] 1 test from ModuleDeclStateTest (0 ms total)

[----------] 1 test from ParseHLSLRootSignatureTest
[ RUN      ] ParseHLSLRootSignatureTest.InvalidRepeatedMandatoryDTParameterTest
[       OK ] ParseHLSLRootSignatureTest.InvalidRepeatedMandatoryDTParameterTest (0 ms)
[----------] 1 test from ParseHLSLRootSignatureTest (0 ms total)

[----------] 1 test from ToolChainTest
[ RUN      ] ToolChainTest.ParsedClangName
[       OK ] ToolChainTest.ParsedClangName (0 ms)
[----------] 1 test from ToolChainTest (0 ms total)

[----------] 1 test from SanitizerArgsTest
[ RUN      ] SanitizerArgsTest.XRayLists
[       OK ] SanitizerArgsTest.XRayLists (0 ms)
[----------] 1 test from SanitizerArgsTest (0 ms total)

[----------] 2 tests from ExprMutationAnalyzerTest
[ RUN      ] ExprMutationAnalyzerTest.ByConstValueArgument
input.cc:1:23: warning: function 'f()::A::A' has internal linkage but is not defined [-Wundefined-internal]
    1 | void f() { struct A { A(const int); }; int x; A y(x); }
      |                       ^
input.cc:1:49: note: used here
    1 | void f() { struct A { A(const int); }; int x; A y(x); }
      |                                                 ^
[       OK ] ExprMutationAnalyzerTest.ByConstValueArgument (22 ms)
[ RUN      ] ExprMutationAnalyzerTest.LambdaExplicitCaptureByRef
input.cc:1:19: warning: expression result unused [-Wunused-value]
...

```

</details>

https://github.com/llvm/llvm-project/pull/185165


More information about the cfe-commits mailing list