[all-commits] [llvm/llvm-project] f15d79: [clang][Interp] Fix variadic operator calls
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Mar 1 07:31:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f15d799f16092918b948536775475dfd8675c7d9
https://github.com/llvm/llvm-project/commit/f15d799f16092918b948536775475dfd8675c7d9
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/functions.cpp
Log Message:
-----------
[clang][Interp] Fix variadic operator calls
Operator calls pass their instance member explicitly, so remove
it from NumParams when calling a variadic function
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