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 5e5f852 commit e94554bCopy full SHA for e94554b
mlir/lib/IR/Remarks.cpp
@@ -261,7 +261,6 @@ llvm::LogicalResult RemarkEngine::initialize(
261
262
remarkStreamer = std::move(streamer);
263
264
- // Capture `this`. Ensure RemarkEngine is not moved after this.
265
auto reportFunc =
266
std::bind(&RemarkEngine::reportImpl, this, std::placeholders::_1);
267
remarkEmittingPolicy->initialize(ReportFn(std::move(reportFunc)));
0 commit comments