[PATCH] D105014: added some example code for llvm::Expected<T>
Christian Kühnel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 05:19:35 PDT 2021
kuhnel created this revision.
kuhnel added a reviewer: sammccall.
Herald added subscribers: dexonsmith, usaxena95, kadircet, arphaman.
kuhnel requested review of this revision.
Herald added projects: LLVM, clang-tools-extra.
Herald added subscribers: cfe-commits, llvm-commits.
Since I had some fun understanding how to properly use llvm::Expected<T> I added some code examples that I would have liked to see when learning to use it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105014
Files:
clang-tools-extra/clangd/index/StdLib.cpp
llvm/include/llvm/Support/Error.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105014.354847.patch
Type: text/x-patch
Size: 13931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210628/d7674c7d/attachment.bin>
More information about the llvm-commits
mailing list