[PATCH] D105014: added some example code for llvm::Expected<T>

Christian Kühnel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 22 06:56:12 PDT 2021


kuhnel added a comment.

> Out of interest, did you see https://llvm.org/docs/ProgrammersManual.html#error-handling ? If not (and if you find it helpful) then maybe we need to make that document more discoverable. If that document is not helpful then we should improve it.

No I wasn't aware of the documentation page and just took a quick look. This looks quite useful. I wish I had known about that part when trying to use Expected<T>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105014/new/

https://reviews.llvm.org/D105014



More information about the llvm-commits mailing list