This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Fix diagnostics for calling non-constexpr constructors
ClosedPublic

Authored by tbaeder on Mar 11 2023, 12:58 AM.

Diff Detail

Event Timeline

tbaeder created this revision.Mar 11 2023, 12:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2023, 12:58 AM
tbaeder requested review of this revision.Mar 11 2023, 12:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2023, 12:58 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder updated this revision to Diff 504406.Mar 11 2023, 10:28 PM
aaron.ballman accepted this revision.Mar 23 2023, 10:53 AM

LGTM

clang/test/AST/Interp/records.cpp
353–354
This revision is now accepted and ready to land.Mar 23 2023, 10:53 AM
tbaeder marked an inline comment as done.Mar 23 2023, 10:47 PM