This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Disable default copy assignment operator for struct VectorInfo
ClosedPublic

Authored by yubing on Jun 5 2023, 11:12 PM.

Details

Summary

struct VectorInfo manages resources such as dynamically allocated memory, it's generally a good practice to either implement a custom copy constructor or disable the default one

Diff Detail

Event Timeline

yubing created this revision.Jun 5 2023, 11:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 11:12 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
yubing requested review of this revision.Jun 5 2023, 11:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 11:12 PM
yubing edited the summary of this revision. (Show Details)Jun 5 2023, 11:13 PM
yubing added reviewers: kazu, marels.
kazu accepted this revision.Jun 6 2023, 10:07 AM

Thanks!

This revision is now accepted and ready to land.Jun 6 2023, 10:07 AM