aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ErrorOrTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-03Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie1-0/+31
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-2/+3
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-2/+2
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-4/+4
2014-03-01[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth1-6/+0
2014-01-16Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola1-1/+3
2014-01-09Add a unit test for the copy constructor.Rafael Espindola1-0/+3
2014-01-08Use getError and remove the error_code operator.Rafael Espindola1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+0
2013-11-05Simplify ErrorOr.Rafael Espindola1-38/+0
2013-02-28[Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer1-3/+3
2013-02-06[Support][ErrorOr] Add support for convertable types.Michael J. Spencer1-0/+13
2013-02-05Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick1-11/+0
2013-02-05[Support][ErrorOr] Add support for convertable types.Michael J. Spencer1-0/+11
2013-01-23[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer1-0/+11
2013-01-22ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi1-0/+2
2013-01-21[Support] Make test C++03.Michael J. Spencer1-4/+2
2013-01-20Disable test that fails due to lack of std::true_type in C++03.Benjamin Kramer1-0/+2
2013-01-20[Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer1-0/+78