This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Handle defined functions without a body
ClosedPublic

Authored by tbaeder on Dec 30 2022, 2:52 AM.

Details

Summary

Turns out that this happens when explicitly defaulting a constructor or destructor.

Diff Detail

Event Timeline

tbaeder created this revision.Dec 30 2022, 2:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2022, 2:52 AM
tbaeder requested review of this revision.Dec 30 2022, 2:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2022, 2:52 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder updated this revision to Diff 485714.Dec 30 2022, 10:25 AM

CI fails because other patches are missing, most likely https://reviews.llvm.org/D140668.

erichkeane accepted this revision.Jan 3 2023, 7:34 AM
This revision is now accepted and ready to land.Jan 3 2023, 7:34 AM
This revision was landed with ongoing or failed builds.Mar 1 2023, 11:18 PM
This revision was automatically updated to reflect the committed changes.