This is an archive of the discontinued LLVM Phabricator instance.

[clang] Remove unnecessary virtual inheritance in `TargetInfo`
ClosedPublic

Authored by Stoorx on Apr 21 2023, 2:09 PM.

Details

Summary

Since the TargetInfo has no diamond-like inheritance diagram,
the virtual keyword is not necessary.

Diff Detail

Event Timeline

Stoorx created this revision.Apr 21 2023, 2:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2023, 2:09 PM
Stoorx requested review of this revision.Apr 21 2023, 2:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2023, 2:09 PM
phosek accepted this revision.Apr 21 2023, 3:02 PM

LGTM

This revision is now accepted and ready to land.Apr 21 2023, 3:02 PM