[PATCH] D50716: [Support] Add a basic C API for llvm::Error.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 15 10:34:22 PDT 2018


lhames updated this revision to Diff 160844.
lhames added a comment.

Fixed support for wrapping and unwrapping compound errors, and made LLVMErrorTypeId
const per labeth's suggestion.


Repository:
  rL LLVM

https://reviews.llvm.org/D50716

Files:
  include/llvm/Support/Error.h
  lib/Support/Error.cpp
  unittests/Support/ErrorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50716.160844.patch
Type: text/x-patch
Size: 3832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180815/55f66e7a/attachment.bin>


More information about the llvm-commits mailing list