[all-commits] [llvm/llvm-project] 323bb1: [clang][bytecode] Finish support for `msvc::conste...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Jan 23 02:25:43 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 323bb143491f61530097c8efd97f6269369e2e8d
https://github.com/llvm/llvm-project/commit/323bb143491f61530097c8efd97f6269369e2e8d
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-23 (Fri, 23 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpFrame.h
M clang/lib/AST/ByteCode/Opcodes.td
M clang/test/AST/ms-constexpr-new.cpp
M clang/test/SemaCXX/ms-constexpr-invalid.cpp
M clang/test/SemaCXX/ms-constexpr-new.cpp
M clang/test/SemaCXX/ms-constexpr.cpp
Log Message:
-----------
[clang][bytecode] Finish support for `msvc::constexpr` (#177388)
Keep track of whether an `InterpFrame` is allowed to call
`msvc::constexpr` functions via two new opcodes.
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