[PATCH] D17778: TypedError for recoverable error handling

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 12:47:07 PST 2016


lhames created this revision.
lhames added a reviewer: chandlerc.
lhames added subscribers: llvm-commits, grosbach, dblaikie, rafael, Bigcheese, chfast, joker.eph.
lhames set the repository for this revision to rL LLVM.
lhames changed the visibility of this Differential Revision from "Public (No Login Required)" to "All Users".

This patch adds the TypedError scheme that was initially posted on llvm-dev as an [RFC] in early February. It is largely unchanged from the original version, but adds unit tests and preliminary documentation in the programmers manual.

Repository:
  rL LLVM

http://reviews.llvm.org/D17778

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17778.49536.patch
Type: text/x-patch
Size: 44813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160301/c4e1b1d4/attachment.bin>


More information about the llvm-commits mailing list