[all-commits] [llvm/llvm-project] 5c76ae: [Clang] Support constexpr asm at global scope. (#1...
Corentin Jabot via All-commits
all-commits at lists.llvm.org
Sun Jun 8 00:17:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c76ae28940b91d358186c0afccad1fd7ac8a13e
https://github.com/llvm/llvm-project/commit/5c76ae28940b91d358186c0afccad1fd7ac8a13e
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2025-06-08 (Sun, 08 Jun 2025)
Changed paths:
M clang/include/clang/AST/ASTNodeTraverser.h
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/test/CodeGenCXX/gnu-asm-constexpr.cpp
Log Message:
-----------
[Clang] Support constexpr asm at global scope. (#143268)
I previously failed to realize this feature existed...
Fixes #137459
Fixes #143242
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list