[Support] Disable SaturatingMultiply() unit test while investigating
[oota-llvm.git] / unittests / Support / ErrorOrTest.cpp
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-05-21 Michael J. Spencer[Support] Fix ErrorOr equality operator.
2014-09-03 David BlaikieEnsure ErrorOr cannot implicitly invoke explicit ctors...
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
2014-01-16 Rafael EspindolaUse LLVM_EXPLICIT instead of a function pointer as...
2014-01-09 Rafael EspindolaAdd a unit test for the copy constructor.
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-05 Rafael EspindolaSimplify ErrorOr.
2013-02-28 Michael J. Spencer[Support][ErrorOr] Add support for implicit conversion...
2013-02-06 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-05 Andrew TrickRevert "[Support][ErrorOr] Add support for convertable...
2013-02-05 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-01-23 Michael J. Spencer[Support][ErrorOr] Add optimized specialization of...
2013-01-22 NAKAMURA TakumiErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH...
2013-01-21 Michael J. Spencer[Support] Make test C++03.
2013-01-20 Benjamin KramerDisable test that fails due to lack of std::true_type...
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.