HazardyKnusperkeks wrote: The tests still fail: ``` 2026-01-16T20:16:18.4018346Z /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/QualifierFixerTest.cpp:630: volatile long long const int; 2026-01-16T20:16:18.4019396Z 2026-01-16T20:16:18.4020038Z /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Format/FormatTestBase.h:90: Failure 2026-01-16T20:16:18.4021008Z Expected equality of these values: 2026-01-16T20:16:18.4021467Z ExpectedCode 2026-01-16T20:16:18.4021872Z Which is: "const volatile long long int;" 2026-01-16T20:16:18.4022367Z FormattedCode 2026-01-16T20:16:18.4022792Z Which is: "const long long volatile int;" ```
https://github.com/llvm/llvm-project/pull/160853 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
