[all-commits] [llvm/llvm-project] aeca2a: [clang][bytecode] Fix CallPtr return type check (#...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Mar 4 08:14:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aeca2aa19374d7f70f6f84a99510535b854ec15a
https://github.com/llvm/llvm-project/commit/aeca2aa19374d7f70f6f84a99510535b854ec15a
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/memberpointers.cpp
Log Message:
-----------
[clang][bytecode] Fix CallPtr return type check (#129722)
CallExpr::getType() isn't enough here in some cases, we need to use
CallExpr::getCallReturnType().
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