[all-commits] [llvm/llvm-project] 9a521e: [clang][Interp] Fix primitive lambda capture defaults
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon May 6 01:38:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a521e274d0ad4a4a461952d23809320e080ffb4
https://github.com/llvm/llvm-project/commit/9a521e274d0ad4a4a461952d23809320e080ffb4
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/lambda.cpp
Log Message:
-----------
[clang][Interp] Fix primitive lambda capture defaults
We need to use InitField here, not SetField.
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