[clang] [clang-format] Correctly annotate tok::star in braced list (PR #138389)

2025-05-03 Thread LLVM Continuous Integration via cfe-commits
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 Here is the r

[clang] [clang-format] Correctly annotate tok::star in braced list (PR #138389)

2025-05-03 Thread Owen Pan via cfe-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/138389 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Correctly annotate tok::star in braced list (PR #138389)

2025-05-03 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request. https://github.com/llvm/llvm-project/pull/138389 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Correctly annotate tok::star in braced list (PR #138389)

2025-05-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Owen Pan (owenca) Changes Fix #138382 --- Full diff: https://github.com/llvm/llvm-project/pull/138389.diff 2 Files Affected: - (modified) clang/lib/Format/TokenAnnotator.cpp (+8-4) - (modified) clang/unittests/Format/TokenAnnota

[clang] [clang-format] Correctly annotate tok::star in braced list (PR #138389)

2025-05-03 Thread Owen Pan via cfe-commits
https://github.com/owenca created https://github.com/llvm/llvm-project/pull/138389 Fix #138382 >From 36e7e2002439dcdb084e949a265a280551597800 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Sat, 3 May 2025 01:21:03 -0700 Subject: [PATCH] [clang-format] Correctly annotate tok::star in braced list