[PATCH] D145860: [clang][Interp] Fix initializing fields after base class members

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 23 11:47:06 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with a bit more testing.



================
Comment at: clang/test/AST/Interp/cxx20.cpp:600
+
+  constexpr C c = {1,2,3};
+}
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145860



More information about the cfe-commits mailing list