[clang] [Clang] add single quotes around __builtin_bit_cast (PR #116120)

2024-11-19 Thread via cfe-commits
https://github.com/Sirraide closed https://github.com/llvm/llvm-project/pull/116120 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] add single quotes around __builtin_bit_cast (PR #116120)

2024-11-19 Thread via cfe-commits
@@ -12366,7 +12366,7 @@ def err_preserve_enum_value_not_const: Error< "__builtin_preserve_enum_value argument %0 not a constant">; Sirraide wrote: It would probably be nice if someone did a general cleanup pass on all the diagnostics TD files, because I jus

[clang] [Clang] add single quotes around __builtin_bit_cast (PR #116120)

2024-11-14 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman approved this pull request. LGTM, no need for a release note. Thank you for the cleanup! https://github.com/llvm/llvm-project/pull/116120 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi

[clang] [Clang] add single quotes around __builtin_bit_cast (PR #116120)

2024-11-13 Thread Oleksandr T. via cfe-commits
a-tarasyuk wrote: @AaronBallman should the release notes be updated for such a minor change? https://github.com/llvm/llvm-project/pull/116120 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co

[clang] [Clang] add single quotes around __builtin_bit_cast (PR #116120)

2024-11-13 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Oleksandr T. (a-tarasyuk) Changes Fixes https://github.com/llvm/llvm-project/issues/116118 --- Full diff: https://github.com/llvm/llvm-project/pull/116120.diff 2 Files Affected: - (modified) clang/include/clang/Basic/DiagnosticSemaKinds

[clang] [Clang] add single quotes around __builtin_bit_cast (PR #116120)

2024-11-13 Thread Oleksandr T. via cfe-commits
https://github.com/a-tarasyuk created https://github.com/llvm/llvm-project/pull/116120 Fixes https://github.com/llvm/llvm-project/issues/116118 >From d93fd0c7e9bceb7c4725cebc01375dd16d9ef58d Mon Sep 17 00:00:00 2001 From: Oleksandr T Date: Thu, 14 Nov 2024 01:35:28 +0200 Subject: [PATCH] [Clan