summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ErrorOrTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect usage of std::is_assignable.Richard Smith2018-02-021-2/+2
* Use std::forward to make ErrorOr<T> constructible from a value that has a use...Nick Lewycky2016-02-091-1/+41
* Don't use std::errc.Rafael Espindola2015-06-131-2/+2
* [Support] Fix ErrorOr equality operator.Michael J. Spencer2015-05-211-0/+5
* Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie2014-09-031-0/+31
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-2/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-2/+2
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-4/+4
* [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth2014-03-011-6/+0
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-161-1/+3
* Add a unit test for the copy constructor.Rafael Espindola2014-01-091-0/+3
* Use getError and remove the error_code operator.Rafael Espindola2014-01-081-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+0
* Simplify ErrorOr.Rafael Espindola2013-11-051-38/+0
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-281-3/+3
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-061-0/+13
* Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick2013-02-051-11/+0
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-051-0/+11
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-231-0/+11
* ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi2013-01-221-0/+2
* [Support] Make test C++03.Michael J. Spencer2013-01-211-4/+2
* Disable test that fails due to lack of std::true_type in C++03.Benjamin Kramer2013-01-201-0/+2
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-201-0/+78
OpenPOWER on IntegriCloud