This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Fix initializing fields after base class members
ClosedPublic

Authored by tbaeder on Mar 11 2023, 10:46 PM.

Diff Detail

Event Timeline

tbaeder created this revision.Mar 11 2023, 10:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2023, 10:46 PM
tbaeder requested review of this revision.Mar 11 2023, 10:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2023, 10:46 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Mar 23 2023, 11:47 AM

LGTM with a bit more testing.

clang/test/AST/Interp/cxx20.cpp
600
This revision is now accepted and ready to land.Mar 23 2023, 11:47 AM
tbaeder marked an inline comment as done.Mar 23 2023, 10:51 PM
This revision was landed with ongoing or failed builds.Apr 3 2023, 6:58 AM
This revision was automatically updated to reflect the committed changes.