[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-08 Thread Corentin Jabot via cfe-commits
https://github.com/cor3ntin closed https://github.com/llvm/llvm-project/pull/143268 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-07 Thread Younan Zhang via cfe-commits
https://github.com/zyn0217 approved this pull request. https://github.com/llvm/llvm-project/pull/143268 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-07 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/143268 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-07 Thread Corentin Jabot via cfe-commits
https://github.com/cor3ntin updated https://github.com/llvm/llvm-project/pull/143268 >From e50565a0e4850eb66ba718be08324a9b5af73d5a Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Sat, 7 Jun 2025 16:23:38 +0200 Subject: [PATCH] [Clang] Support constexpr asm at global scope. I previously fa

[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-07 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff HEAD~1 HEAD --extensions h,cpp -- clang/include/clang/AST/ASTNodeTraverser.h clang/in

[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Corentin Jabot (cor3ntin) Changes I previously failed to realize this feature existed... Fixes #137459 Fixes #143242 --- Full diff: https://github.com/llvm/llvm-project/pull/143268.diff 9 Files Affected: - (modified) clang/include/clan

[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-modules Author: Corentin Jabot (cor3ntin) Changes I previously failed to realize this feature existed... Fixes #137459 Fixes #143242 --- Full diff: https://github.com/llvm/llvm-project/pull/143268.diff 9 Files Affected: - (modified) clang/incl

[clang] [Clang] Support constexpr asm at global scope. (PR #143268)

2025-06-07 Thread Corentin Jabot via cfe-commits
https://github.com/cor3ntin created https://github.com/llvm/llvm-project/pull/143268 I previously failed to realize this feature existed... Fixes #137459 Fixes #143242 >From c09e49f84b189c51950842b4f79581ca78817919 Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Sat, 7 Jun 2025 16:23:38 +