This is an archive of the discontinued LLVM Phabricator instance.

Support: Delete copy constructors for RedirectingFileSystem
Needs ReviewPublic

Authored by tstellar on Jul 29 2023, 7:19 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This is necessary to avoid C2280 errors with msvc if we were to add
__declspec(dllexport) to the class.

Diff Detail

Event Timeline

tstellar created this revision.Jul 29 2023, 7:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2023, 7:19 AM
tstellar requested review of this revision.Jul 29 2023, 7:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2023, 7:19 AM
Herald added a subscriber: bd1976llvm. · View Herald Transcript