[PATCH] D143466: [clang][Interp] Fix initializing base class members

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 10 07:32:37 PST 2023


tbaeder marked an inline comment as done.
tbaeder added inline comments.


================
Comment at: clang/test/AST/Interp/records.cpp:271
+  static_assert(d.B::a == 12);
+  static_assert(d.C::a == 0);
 };
----------------
These lines are added by https://reviews.llvm.org/D143480 now, but the tests are left commented since they require this patch as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143466/new/

https://reviews.llvm.org/D143466



More information about the cfe-commits mailing list