index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Support
/
ErrorOrTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect usage of std::is_assignable.
Richard Smith
2018-02-02
1
-2
/
+2
*
Use std::forward to make ErrorOr<T> constructible from a value that has a use...
Nick Lewycky
2016-02-09
1
-1
/
+41
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-2
/
+2
*
[Support] Fix ErrorOr equality operator.
Michael J. Spencer
2015-05-21
1
-0
/
+5
*
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
David Blaikie
2014-09-03
1
-0
/
+31
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-2
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-2
/
+2
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-4
/
+4
*
[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.
Chandler Carruth
2014-03-01
1
-6
/
+0
*
Use LLVM_EXPLICIT instead of a function pointer as bool.
Rafael Espindola
2014-01-16
1
-1
/
+3
*
Add a unit test for the copy constructor.
Rafael Espindola
2014-01-09
1
-0
/
+3
*
Use getError and remove the error_code operator.
Rafael Espindola
2014-01-08
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+0
*
Simplify ErrorOr.
Rafael Espindola
2013-11-05
1
-38
/
+0
*
[Support][ErrorOr] Add support for implicit conversion from error code/condit...
Michael J. Spencer
2013-02-28
1
-3
/
+3
*
[Support][ErrorOr] Add support for convertable types.
Michael J. Spencer
2013-02-06
1
-0
/
+13
*
Revert "[Support][ErrorOr] Add support for convertable types."
Andrew Trick
2013-02-05
1
-11
/
+0
*
[Support][ErrorOr] Add support for convertable types.
Michael J. Spencer
2013-02-05
1
-0
/
+11
*
[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.
Michael J. Spencer
2013-01-23
1
-0
/
+11
*
ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...
NAKAMURA Takumi
2013-01-22
1
-0
/
+2
*
[Support] Make test C++03.
Michael J. Spencer
2013-01-21
1
-4
/
+2
*
Disable test that fails due to lack of std::true_type in C++03.
Benjamin Kramer
2013-01-20
1
-0
/
+2
*
[Support] Port ErrorOr<T> from lld to C++03.
Michael J. Spencer
2013-01-20
1
-0
/
+78