[clang] [clang-format] Fix idempotent format of hash in macro body (PR #118513)

2024-12-10 Thread Owen Pan via cfe-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/118513 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Fix idempotent format of hash in macro body (PR #118513)

2024-12-10 Thread via cfe-commits
https://github.com/mydeveloperday approved this pull request. https://github.com/llvm/llvm-project/pull/118513 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Fix idempotent format of hash in macro body (PR #118513)

2024-12-09 Thread Owen Pan via cfe-commits
owenca wrote: Ping @mydeveloperday @HazardyKnusperkeks https://github.com/llvm/llvm-project/pull/118513 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Fix idempotent format of hash in macro body (PR #118513)

2024-12-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Owen Pan (owenca) Changes Fixes #118334. --- Full diff: https://github.com/llvm/llvm-project/pull/118513.diff 3 Files Affected: - (modified) clang/lib/Format/UnwrappedLineParser.cpp (+1-1) - (modified) clang/unittests/Format/For

[clang] [clang-format] Fix idempotent format of hash in macro body (PR #118513)

2024-12-03 Thread Owen Pan via cfe-commits
https://github.com/owenca created https://github.com/llvm/llvm-project/pull/118513 Fixes #118334. >From 309952ef482ccbef6cd13f90388139db435b4368 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Tue, 3 Dec 2024 08:51:13 -0800 Subject: [PATCH] [clang-format] Fix idempotent format of hash in macro b