sapling/eden/fs/fuse
Jon Maltiel Swenson 938eb990a6 Remove defaulted move constructors/assignment operators that are implicitly deleted
Summary:
Some newer versions of `clang` (such as Apple's version 11) will warn/error out if a constructor or assignment operator
marked `default` is implicitly deleted (e.g., if the object contains a non-moveable/non-copyable member). This diff
removes all such defaulted constructors/assignment operators, which I ran into while building `edenfs` on my Macbook Pro.

Reviewed By: chadaustin, strager

Differential Revision: D15901794

fbshipit-source-id: 794ed8377693a6735bb567635dc919bc678751a4
2019-06-19 14:27:25 -07:00
..
fuse_tester Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
privhelper eden: report the paths in failed bind mount attempts 2019-06-05 07:26:13 -07:00
test Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
BufVec.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
BufVec.h remove the fusell namespace 2018-03-19 17:01:52 -07:00
CMakeLists.txt eden: handlemap.thrift was removed, but not from cmake build 2018-12-15 13:43:31 -08:00
DirList.cpp split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
DirList.h simplify readdir implementation 2018-12-05 01:34:53 -08:00
Dispatcher.cpp Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
Dispatcher.h Encapsulate EdenStats 2019-04-14 20:45:16 -07:00
FileHandle.h move write from EdenFileHandle to FileInode 2018-10-08 15:11:55 -07:00
FileHandleBase.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
FileHandleBase.h remove getattr and setattr from FileHandleBase 2018-10-08 13:17:03 -07:00
FuseChannel.cpp Replace inclusions of folly/futures/helpers.h with folly/futures/Future.h 2019-06-06 11:09:10 -07:00
FuseChannel.h Create exception type for FUSE unmount-during-init 2019-03-11 20:48:27 -07:00
FuseTypes.h add osxfuse kernel header 2019-03-19 10:26:24 -07:00
InodeNumber.cpp split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
InodeNumber.h split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
PollHandle.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
PollHandle.h remove the fusell namespace 2018-03-19 17:01:52 -07:00
RequestData.cpp Separate FUSE and Hg counter structs 2019-05-29 18:11:56 -07:00
RequestData.h Remove defaulted move constructors/assignment operators that are implicitly deleted 2019-06-19 14:27:25 -07:00