[all-commits] [llvm/llvm-project] f78d28: [clang][Interp] Fix function pointer callexpr eval...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Aug 3 07:56:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f78d288d9d77c66f8b3036c62bb55160f19ba9cd
https://github.com/llvm/llvm-project/commit/f78d288d9d77c66f8b3036c62bb55160f19ba9cd
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M clang/lib/AST/Interp/Compiler.cpp
M clang/test/AST/Interp/eval-order.cpp
Log Message:
-----------
[clang][Interp] Fix function pointer callexpr eval order (#101821)
We need to evaluate the callee before the arguments.
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