[clang] [clang][NFC] Remove trailing spaces from Sema diag messages (PR #109098)

2024-09-18 Thread Balazs Benics via cfe-commits
https://github.com/steakhal closed https://github.com/llvm/llvm-project/pull/109098 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][NFC] Remove trailing spaces from Sema diag messages (PR #109098)

2024-09-18 Thread Balazs Benics via cfe-commits
steakhal wrote: Thanks for the prompt review! https://github.com/llvm/llvm-project/pull/109098 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][NFC] Remove trailing spaces from Sema diag messages (PR #109098)

2024-09-18 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. https://github.com/llvm/llvm-project/pull/109098 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][NFC] Remove trailing spaces from Sema diag messages (PR #109098)

2024-09-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Balazs Benics (steakhal) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/109098.diff 1 Files Affected: - (modified) clang/include/clang/Basic/DiagnosticSemaKinds.td (+3-3) ``diff diff --git a/clang/include/c

[clang] [clang][NFC] Remove trailing spaces from Sema diag messages (PR #109098)

2024-09-18 Thread Balazs Benics via cfe-commits
https://github.com/steakhal created https://github.com/llvm/llvm-project/pull/109098 None >From cbbfe3853d19b095e63b1ff1a016d4bd8aed0dfc Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Wed, 18 Sep 2024 10:33:34 +0200 Subject: [PATCH] [clang][NFC] Remove trailing spaces from Sema diag messag