[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

2025-06-02 Thread Owen Pan via cfe-commits
owenca wrote: I've reverted this patch and sent in another one #142337. https://github.com/llvm/llvm-project/pull/142251 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

2025-06-01 Thread Pierre Jolivet via cfe-commits
prj- wrote: @owenca, this introduced multiple regressions (or maybe they are all the same), I do believe. ```diff diff --git a/include/petsc/private/hashmap.h b/include/petsc/private/hashmap.h index c48d69d73ce..265a968a95c 100644 --- a/include/petsc/private/hashmap.h +++ b/include/petsc/private

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

2025-05-31 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `sanitizer-x86_64-linux` running on `sanitizer-buildbot1` while building `clang` at step 2 "annotate". Full details are available at: https://lab.llvm.org/buildbot/#/builders/66/builds/14762 Here is the relevant piece of the

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

2025-05-31 Thread via cfe-commits
llvmbot wrote: /pull-request llvm/llvm-project#142282 https://github.com/llvm/llvm-project/pull/142251 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

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

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

2025-05-31 Thread Owen Pan via cfe-commits
owenca wrote: /cherry-pick 29f79ea3c59649f7686a09845665660c25ca3f9b https://github.com/llvm/llvm-project/pull/142251 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

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

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

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

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

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

[clang] [clang-format] Handle token-pasted function decl names (PR #142251)

2025-05-30 Thread Owen Pan via cfe-commits
https://github.com/owenca created https://github.com/llvm/llvm-project/pull/142251 Fix #142178 >From 8c5af1f937d6bdbd92628c41a685ed420604ce0a Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Fri, 30 May 2025 21:48:54 -0700 Subject: [PATCH] [clang-format] Handle token-pasted function decl names F