This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Get DiagnosticEngine as a reference in doc
ClosedPublic

Authored by gAlfonso-bit on Aug 2 2021, 9:34 AM.

Details

Summary

'mlir::DiagnosticEngine::DiagnosticEngine(const mlir::DiagnosticEngine&)' is implicitly deleted because the default definition would be ill-formed.

Diff Detail

Event Timeline

gAlfonso-bit created this revision.Aug 2 2021, 9:34 AM
gAlfonso-bit requested review of this revision.Aug 2 2021, 9:34 AM
gAlfonso-bit added a reviewer: Restricted Project.Aug 2 2021, 9:35 AM
rdzhabarov accepted this revision.Aug 2 2021, 10:10 AM

Nit:

[MLIR] get DiagnosticEngine as a reference

could you add [NFC] as well.

This revision is now accepted and ready to land.Aug 2 2021, 10:10 AM
GMNGeoffrey removed a reviewer: Restricted Project.Aug 2 2021, 10:11 AM
gAlfonso-bit retitled this revision from [MLIR] get DiagnosticEngine as a reference to [MLIR][NFC] get DiagnosticEngine as a reference.Aug 2 2021, 10:11 AM

Done! Maybe we can also cherry pick this to release 13 too since its a NFC change?

gAlfonso-bit edited the summary of this revision. (Show Details)Aug 2 2021, 11:20 AM
gAlfonso-bit edited the summary of this revision. (Show Details)
gAlfonso-bit retitled this revision from [MLIR][NFC] get DiagnosticEngine as a reference to [MLIR][NFC] Get DiagnosticEngine as a reference in doc.
gAlfonso-bit added a comment.EditedAug 4 2021, 8:01 AM

Any updates? @rdzhabarov

Any updates? @rdzhabarov

Looks like I need to get your "First Last <first.last@domain.tld>" in order to get this diff merged.
I'm not sure about the release aspect you are asking.

This comment was removed by gAlfonso-bit.
This revision was automatically updated to reflect the committed changes.

release 13 I mean (since this is just a doc update), and it is "Alfsonso Gregory <gfunni234@gmail.com>" @rdzhabarov

Merged, but I'm not sure about the policies around releases. @mehdi_amini