[clang] [clang-format] Fix a bug in annotating braces (PR #127306)

2025-02-16 Thread Owen Pan via cfe-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/127306 ___ 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 braces (PR #127306)

2025-02-16 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request. https://github.com/llvm/llvm-project/pull/127306 ___ 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 braces (PR #127306)

2025-02-14 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Owen Pan (owenca) Changes Fixes #107616. --- Full diff: https://github.com/llvm/llvm-project/pull/127306.diff 2 Files Affected: - (modified) clang/lib/Format/UnwrappedLineParser.cpp (+1-1) - (modified) clang/unittests/Format/Tok

[clang] [clang-format] Fix a bug in annotating braces (PR #127306)

2025-02-14 Thread Owen Pan via cfe-commits
https://github.com/owenca created https://github.com/llvm/llvm-project/pull/127306 Fixes #107616. >From ffaf13f5f7dc2a2f26ce9dea069533f63ae40f38 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Fri, 14 Feb 2025 23:53:20 -0800 Subject: [PATCH] [clang-format] Fix a bug in annotating braces Fixes #