[all-commits] [llvm/llvm-project] cd1834: [clang][Interp] Fix handling of generic lambdas
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Feb 8 07:04:11 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd183428a9af6d7dda2018a88aeb495f268716b5
https://github.com/llvm/llvm-project/commit/cd183428a9af6d7dda2018a88aeb495f268716b5
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeEmitter.cpp
M clang/test/AST/Interp/lambda.cpp
Log Message:
-----------
[clang][Interp] Fix handling of generic lambdas
When compiling their static invoker, we need to get the
right specialization.
More information about the All-commits
mailing list