[PATCH] D134523: [clang][Interp] Fix copy constructors with record array members
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 25 23:48:46 PDT 2022
tbaeder added inline comments.
================
Comment at: clang/test/AST/Interp/records.cpp:160-163
+//static_assert(LT2.v[0].first == false, "");
+//static_assert(LT2.v[0].second == false, "");
+//static_assert(LT2.v[2].first == true, "");
+//static_assert(LT2.v[2].second == false, "");
----------------
These are fixed via https://reviews.llvm.org/D134629
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134523/new/
https://reviews.llvm.org/D134523
More information about the cfe-commits
mailing list