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