This is an archive of the discontinued LLVM Phabricator instance.

Prevent at compile time converting from Error::success() to Expected<T>
ClosedPublic

Authored by mehdi_amini on Nov 9 2016, 4:01 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mehdi_amini updated this revision to Diff 77417.Nov 9 2016, 4:01 PM
mehdi_amini retitled this revision from to Prevent at compile time converting from Error::success() to Expected<T>.
mehdi_amini updated this object.
mehdi_amini added a reviewer: lhames.
mehdi_amini added a subscriber: llvm-commits.
lhames accepted this revision.Nov 9 2016, 4:26 PM
lhames edited edge metadata.

Very cool! LGTM. :)

  • Lang.
This revision is now accepted and ready to land.Nov 9 2016, 4:26 PM
This revision was automatically updated to reflect the committed changes.