Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f8b51c5f90c60aceedef9ed185eeac58f501075a
/
llvm
/
unittests
/
Support
/
ErrorOrTest.cpp
6070793
Fix incorrect usage of std::is_assignable.
by Richard Smith
· 8 years ago
e5fa25a
Use std::forward to make ErrorOr<T> constructible from a value that has a user-defined conversion to T. No functionality change intended.
by Nick Lewycky
· 10 years ago
74f2932
Don't use std::errc.
by Rafael Espindola
· 10 years ago
abc3984
[Support] Fix ErrorOr equality operator.
by Michael J. Spencer
· 10 years ago
99b96f4
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
by David Blaikie
· 11 years ago
2a826e4
Finishing touch for the std::error_code transition.
by Rafael Espindola
· 11 years ago
5c4f829
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
f4cde83
[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.
by Chandler Carruth
· 12 years ago
98d3c10
Use LLVM_EXPLICIT instead of a function pointer as bool.
by Rafael Espindola
· 12 years ago
cd56deb
Add a unit test for the copy constructor.
by Rafael Espindola
· 12 years ago
1c704b4
Use getError and remove the error_code operator.
by Rafael Espindola
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
ca35ffe
Simplify ErrorOr.
by Rafael Espindola
· 12 years ago
12e3dfc
[Support][ErrorOr] Add support for implicit conversion from error code/condition enums.
by Michael J. Spencer
· 13 years ago
18131ae
[Support][ErrorOr] Add support for convertable types.
by Michael J. Spencer
· 13 years ago
780ebad
Revert "[Support][ErrorOr] Add support for convertable types."
by Andrew Trick
· 13 years ago
31876b4
[Support][ErrorOr] Add support for convertable types.
by Michael J. Spencer
· 13 years ago
f71baa8
[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.
by Michael J. Spencer
· 13 years ago
08e028e
ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always available.
by NAKAMURA Takumi
· 13 years ago
b213710
[Support] Make test C++03.
by Michael J. Spencer
· 13 years ago
135658f
Disable test that fails due to lack of std::true_type in C++03.
by Benjamin Kramer
· 13 years ago
779c424
[Support] Port ErrorOr<T> from lld to C++03.
by Michael J. Spencer
· 13 years ago