[PATCH] D134361: [clang][Interp] Fix copy constructors of structs with array members
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 07:16:22 PDT 2022
tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, shafik, tahonermann.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This implements `ArrayInitLoopExpr`s in initializers and fixes a few issues I encountered along the way, with copy constructors generally.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134361
Files:
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/lib/AST/Interp/ByteCodeStmtGen.cpp
clang/test/AST/Interp/records.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134361.461888.patch
Type: text/x-patch
Size: 6436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220921/a8de42c2/attachment.bin>
More information about the cfe-commits
mailing list