1. 3025e48 [Error] Add an optional error message to cantFail. by Lang Hames · 8 years ago
  2. 5d06c23 [Error] Add a handleExpected utility. by Lang Hames · 8 years ago
  3. cc14a38 Fix two (three) more issues with unchecked Error. by Stephen Hines · 8 years ago
  4. 7febf2b [Support] Rewrite handleAllErrors in terms of cantFail. by Lang Hames · 8 years ago
  5. 0ca79dc fix typos in comments; NFC by Hiroshi Inoue · 8 years ago
  6. cd22753 Add a cantFail overload for Expected-reference (Expected<T&>) types. by Lang Hames · 8 years ago
  7. fd4de91 [Support][Error] Add a 'cantFail' utility function for known-safe calls to by Lang Hames · 9 years ago
  8. cb79c07 Fix macro check for ABI breacking check: should use #if instead of #ifndef by Mehdi Amini · 9 years ago
  9. 11407ae Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG by Mehdi Amini · 9 years ago
  10. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  11. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  12. 5e51a2e [Support] Make ErrorAsOutParameter take an Error* rather than an Error&. by Lang Hames · 9 years ago
  13. 759b30e [Support] Fix a bug in ErrorList::join / joinErrors. by Lang Hames · 9 years ago
  14. bd8e954 [Support] Rename unconvertibleErrorCode to inconvertibleErrorCode. by Lang Hames · 9 years ago
  15. c5e0bbd [Support] Add a StringError convenience class to Error.h by Lang Hames · 9 years ago
  16. 27370a0 [Support] Add a free toString function for Error by Vedant Kumar · 10 years ago
  17. 285639f [Support] Fix latent bugs in Expected and ExitOnError that were preventing them by Lang Hames · 10 years ago
  18. 580ca23 [Support] Add a checked flag to Expected<T>, require checks before access or by Lang Hames · 10 years ago
  19. d1af8fc [Support] Switch to RAII helper for error-as-out-parameter idiom. by Lang Hames · 10 years ago
  20. d0ac31a [Support] Add Error::errorForOutParameter helper. by Lang Hames · 10 years ago
  21. a15b76b Try to fix ODR violation of ErrorInfo::ID by Reid Kleckner · 10 years ago
  22. 882f209 ErrorTest.cpp: Move instantiations out of anonymous namespace. gcc didn't complain. by NAKAMURA Takumi · 10 years ago
  23. e6d29c9 Define ErrorInfo::ID explicitly. by NAKAMURA Takumi · 10 years ago
  24. b2cef64 ErrorTest.cpp: Fix an expression, possibly typo. by NAKAMURA Takumi · 10 years ago
  25. d21a535 [Support] Add conversions between Expected<T> and ErrorOr<T>. by Lang Hames · 10 years ago
  26. e7aad35 [Support] Make all Errors convertible to std::error_code. by Lang Hames · 10 years ago
  27. 01864a2 [Support] Refactor Error unit tests to avoid duplicating work. by Lang Hames · 10 years ago
  28. 6935c2d [Support] Add ExitOnError utility to support tools that use the exit-on-error by Lang Hames · 10 years ago
  29. 01a3cf4 [Support] Make Error::isA<T>() works on success values. by Lang Hames · 10 years ago
  30. 9fb8e1b [Support] Update Error unit test to remove implementation specific behaviour. by Lang Hames · 10 years ago
  31. f7f6d3e [Support] Add the 'Error' class for structured error handling. by Lang Hames · 10 years ago