aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/ErrorOrTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+31
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-10/+7
* 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