[PATCH] D50807: [Error] Add FileError and DebugErrorInfo helpers

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 13:19:30 PDT 2018


aganea updated this revision to Diff 162936.
aganea edited the summary of this revision.
aganea added a comment.

Updated following previous comments:

- Removed `DebugErrorInfo` and merged behavior into `StringError`.
- Moved back `ManagedStatic<>` into .cpp implementation(s) - see `ErrorTest.cpp` for example.
- Updated summary with use-cases.


Repository:
  rL LLVM

https://reviews.llvm.org/D50807

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50807.162936.patch
Type: text/x-patch
Size: 10993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/cebbab0d/attachment.bin>


More information about the llvm-commits mailing list