summaryrefslogtreecommitdiff
path: root/unittests/Support/ErrorOrTest.cpp
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth2014-03-01
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* Add a unit test for the copy constructor.Rafael Espindola2014-01-09
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Simplify ErrorOr.Rafael Espindola2013-11-05
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-28
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-06
* Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick2013-02-05
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-05
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-23
* ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi2013-01-22
* [Support] Make test C++03.Michael J. Spencer2013-01-21
* Disable test that fails due to lack of std::true_type in C++03.Benjamin Kramer2013-01-20
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-20