Files
swift-mirror/include/swift/AST/Module.h
Sasha Krassovsky 7c5b54f17f Declare SourceFile::~SourceFile() in header (#26059)
There was an error when including Module.h in an external project with
std::default_delete being instantiated when making a std::unique_ptr.
This change declares destructor in header file and sets it to default in
cpp file.
2019-07-10 16:39:35 -07:00

51 KiB