class InstructionRemover 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.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
yubing retitled this revision from [CGP] Disable default copy ctor and assignment operator for InstructionRemover InstructionRemover manages resources such as dynamically allocated memory, it's generally a good practice to either implement a custom copy constructor or disable the... to [CGP] Disable default copy ctor and assignment operator for InstructionRemover .May 26 2023, 1:45 AM
yubing retitled this revision from [CGP] Disable default copy ctor and assignment operator for InstructionRemover to [CGP] Disable default copy ctor and copy assignment operator for InstructionRemover .May 26 2023, 1:48 AM
This revision is now accepted and ready to land.May 26 2023, 1:53 AM
Closed by commit rG1845d9de187b: [CGP] Disable default copy ctor and copy assignment operator for… (authored by yubing). · Explain WhyMay 27 2023, 8:20 AM
This revision was automatically updated to reflect the committed changes.