[clang] [clang-format] Fix a bug in annotating StartOfName (PR #127545)

2025-02-18 Thread via cfe-commits
https://github.com/mydeveloperday commented: Looks good to me https://github.com/llvm/llvm-project/pull/127545 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Fix a bug in annotating StartOfName (PR #127545)

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

[clang] [clang-format] Fix a bug in annotating StartOfName (PR #127545)

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

[clang] [clang-format] Fix a bug in annotating StartOfName (PR #127545)

2025-02-17 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Owen Pan (owenca) Changes Also ensure we can break before ClassHeadName like StartOfName. Fixes #127470 --- Full diff: https://github.com/llvm/llvm-project/pull/127545.diff 3 Files Affected: - (modified) clang/lib/Format/TokenAn

[clang] [clang-format] Fix a bug in annotating StartOfName (PR #127545)

2025-02-17 Thread Owen Pan via cfe-commits
https://github.com/owenca created https://github.com/llvm/llvm-project/pull/127545 Also ensure we can break before ClassHeadName like StartOfName. Fixes #127470 >From aa6431824a7fa759393339e4738b777a870602a0 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Mon, 17 Feb 2025 13:36:47 -0800 Subject