[all-commits] [llvm/llvm-project] 18d6d6: [clang][bytecode] Check for invalid function decls...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Jan 10 07:53:16 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18d6d67067a31cc089daca4b3d686dff5d7c422a
https://github.com/llvm/llvm-project/commit/18d6d67067a31cc089daca4b3d686dff5d7c422a
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/test/AST/ByteCode/invalid.cpp
Log Message:
-----------
[clang][bytecode] Check for invalid function decls (#175312)
If the function decl is invalid, the `interp::Function` shouldn't ever
be valid.
Fixes https://github.com/llvm/llvm-project/issues/175280
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