1. 6070793 Fix incorrect usage of std::is_assignable. by Richard Smith · 8 years ago
  2. e5fa25a Use std::forward to make ErrorOr<T> constructible from a value that has a user-defined conversion to T. No functionality change intended. by Nick Lewycky · 10 years ago
  3. 74f2932 Don't use std::errc. by Rafael Espindola · 10 years ago
  4. abc3984 [Support] Fix ErrorOr equality operator. by Michael J. Spencer · 10 years ago
  5. 99b96f4 Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type. by David Blaikie · 11 years ago
  6. 2a826e4 Finishing touch for the std::error_code transition. by Rafael Espindola · 11 years ago
  7. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  8. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  9. f4cde83 [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on. by Chandler Carruth · 12 years ago
  10. 98d3c10 Use LLVM_EXPLICIT instead of a function pointer as bool. by Rafael Espindola · 12 years ago
  11. cd56deb Add a unit test for the copy constructor. by Rafael Espindola · 12 years ago
  12. 1c704b4 Use getError and remove the error_code operator. by Rafael Espindola · 12 years ago
  13. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  14. ca35ffe Simplify ErrorOr. by Rafael Espindola · 12 years ago
  15. 12e3dfc [Support][ErrorOr] Add support for implicit conversion from error code/condition enums. by Michael J. Spencer · 13 years ago
  16. 18131ae [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 13 years ago
  17. 780ebad Revert "[Support][ErrorOr] Add support for convertable types." by Andrew Trick · 13 years ago
  18. 31876b4 [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 13 years ago
  19. f71baa8 [Support][ErrorOr] Add optimized specialization of ErrorOr<void>. by Michael J. Spencer · 13 years ago
  20. 08e028e ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always available. by NAKAMURA Takumi · 13 years ago
  21. b213710 [Support] Make test C++03. by Michael J. Spencer · 13 years ago
  22. 135658f Disable test that fails due to lack of std::true_type in C++03. by Benjamin Kramer · 13 years ago
  23. 779c424 [Support] Port ErrorOr<T> from lld to C++03. by Michael J. Spencer · 13 years ago