We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1918a3d commit 433410fCopy full SHA for 433410f
include/swift/DWARFImporter/DWARFImporter.h
@@ -40,7 +40,7 @@ namespace swift {
40
/// Clang AST to ClangImporter to import the type into Swift.
41
class DWARFImporterDelegate {
42
public:
43
- virtual ~DWARFImporterDelegate() {}
+ virtual ~DWARFImporterDelegate() = default;
44
/// Perform a qualified lookup of a Clang type with this name.
45
/// \param kind Only return results with this type kind.
46
virtual void lookupValue(StringRef name,
0 commit comments