This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Diagnose callsite for implicit functions
ClosedPublic

Authored by tbaeder on Jul 8 2023, 1:46 AM.

Details

Summary
We don't have any code to point at here, so the diagnostics would just
point to the record declaration. Make them point to the call site
intead.

Diff Detail

Event Timeline

tbaeder created this revision.Jul 8 2023, 1:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2023, 1:46 AM
tbaeder requested review of this revision.Jul 8 2023, 1:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2023, 1:46 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin accepted this revision.Jul 12 2023, 4:54 AM

LGTM!

This revision is now accepted and ready to land.Jul 12 2023, 4:54 AM
This revision was landed with ongoing or failed builds.Jul 17 2023, 5:02 AM
This revision was automatically updated to reflect the committed changes.