This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Hide FailureOr::hasValue()
ClosedPublic

Authored by csigg on Nov 20 2022, 10:44 PM.

Details

Summary

Optional<T>::hasValue() is deprecated and should be private like has_value().

Diff Detail

Event Timeline

csigg created this revision.Nov 20 2022, 10:44 PM
csigg requested review of this revision.Nov 20 2022, 10:45 PM
bondhugula accepted this revision.Nov 20 2022, 11:13 PM
This revision is now accepted and ready to land.Nov 20 2022, 11:13 PM
tpopp accepted this revision.Nov 21 2022, 4:14 AM
This revision was landed with ongoing or failed builds.Nov 21 2022, 9:35 AM
This revision was automatically updated to reflect the committed changes.