[PATCH] D17778: TypedError for recoverable error handling

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 22:20:50 PDT 2016


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

Updated with suggested changes from Dave. Most importantly - error handlers can now have 'void' return type, which is equivalent to returning success.


http://reviews.llvm.org/D17778

Files:
  docs/ProgrammersManual.rst
  include/llvm/Support/Error.h
  lib/Support/ErrorHandling.cpp
  unittests/Support/CMakeLists.txt
  unittests/Support/ErrorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17778.50697.patch
Type: text/x-patch
Size: 47446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160315/789f924d/attachment-0001.bin>


More information about the llvm-commits mailing list