forked from OSchip/llvm-project
Apply clang-tidy fixes for modernize-use-equals-default in IRCore.cpp (NFC)
This commit is contained in:
parent
08f70adedb
commit
6a38cbfb53
|
@ -725,7 +725,7 @@ PyDiagnosticHandler::PyDiagnosticHandler(MlirContext context,
|
|||
py::object callback)
|
||||
: context(context), callback(std::move(callback)) {}
|
||||
|
||||
PyDiagnosticHandler::~PyDiagnosticHandler() {}
|
||||
PyDiagnosticHandler::~PyDiagnosticHandler() = default;
|
||||
|
||||
void PyDiagnosticHandler::detach() {
|
||||
if (!registeredID)
|
||||
|
|
Loading…
Reference in New Issue