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
/
ErrorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Error] Make llvm::cantFail include the original error messages
Don Hinton
2019-10-17
1
-7
/
+10
*
Revert "raw_ostream: add operator<< overload for std::error_code"
Pavel Labath
2019-08-14
1
-8
/
+1
*
raw_ostream: add operator<< overload for std::error_code
Pavel Labath
2019-08-14
1
-1
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-5
/
+4
*
[Error] Reintroduce type validation in createFileError()
Alexandre Ganea
2018-09-07
1
-0
/
+3
*
More build fix for r341064.
Alexandre Ganea
2018-08-30
1
-1
/
+1
*
[Error] Add FileError helper; upgrade StringError behavior
Alexandre Ganea
2018-08-30
1
-1
/
+111
*
[Support] Add a basic C API for llvm::Error.
Lang Hames
2018-08-15
1
-0
/
+32
*
[Support] Introduce createStringError helper function
Victor Leschuk
2018-07-26
1
-0
/
+23
*
[Support] Make support types more easily printable.
Sam McCall
2018-07-06
1
-10
/
+29
*
[Testing/Support] Make Failed() matcher work with abstract error types
Pavel Labath
2018-04-10
1
-0
/
+1
*
[Testing/Support]: Better matching of Error failure states
Pavel Labath
2018-04-05
1
-0
/
+24
*
[Testing/Support] Make the HasValue matcher composable
Pavel Labath
2017-12-13
1
-5
/
+16
*
[Testing/Support] Make matchers work with Expected<T&>
Pavel Labath
2017-12-07
1
-0
/
+40
*
[Error] Add an optional error message to cantFail.
Lang Hames
2017-08-29
1
-2
/
+3
*
[Error] Add a handleExpected utility.
Lang Hames
2017-08-28
1
-0
/
+53
*
Fix two (three) more issues with unchecked Error.
Stephen Hines
2017-08-25
1
-1
/
+1
*
[Support] Rewrite handleAllErrors in terms of cantFail.
Lang Hames
2017-08-24
1
-2
/
+3
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-11
1
-1
/
+1
*
Add a cantFail overload for Expected-reference (Expected<T&>) types.
Lang Hames
2017-06-20
1
-0
/
+4
*
[Support][Error] Add a 'cantFail' utility function for known-safe calls to
Lang Hames
2017-02-27
1
-0
/
+28
*
Fix macro check for ABI breacking check: should use #if instead of #ifndef
Mehdi Amini
2016-11-30
1
-10
/
+10
*
Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of N...
Mehdi Amini
2016-11-29
1
-10
/
+10
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-10
/
+11
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-2
/
+4
*
[Support] Make ErrorAsOutParameter take an Error* rather than an Error&.
Lang Hames
2016-07-22
1
-1
/
+1
*
[Support] Fix a bug in ErrorList::join / joinErrors.
Lang Hames
2016-06-30
1
-0
/
+45
*
[Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.
Lang Hames
2016-05-27
1
-1
/
+1
*
[Support] Add a StringError convenience class to Error.h
Lang Hames
2016-05-27
1
-0
/
+16
*
[Support] Add a free toString function for Error
Vedant Kumar
2016-05-03
1
-0
/
+19
*
[Support] Fix latent bugs in Expected and ExitOnError that were preventing them
Lang Hames
2016-04-25
1
-0
/
+14
*
[Support] Add a checked flag to Expected<T>, require checks before access or
Lang Hames
2016-04-05
1
-4
/
+46
*
[Support] Switch to RAII helper for error-as-out-parameter idiom.
Lang Hames
2016-03-25
1
-4
/
+24
*
[Support] Add Error::errorForOutParameter helper.
Lang Hames
2016-03-25
1
-0
/
+6
*
Try to fix ODR violation of ErrorInfo::ID
Reid Kleckner
2016-03-24
1
-3
/
+10
*
ErrorTest.cpp: Move instantiations out of anonymous namespace. gcc didn't com...
NAKAMURA Takumi
2016-03-24
1
-4
/
+3
*
Define ErrorInfo::ID explicitly.
NAKAMURA Takumi
2016-03-24
1
-0
/
+4
*
ErrorTest.cpp: Fix an expression, possibly typo.
NAKAMURA Takumi
2016-03-24
1
-1
/
+1
*
[Support] Add conversions between Expected<T> and ErrorOr<T>.
Lang Hames
2016-03-24
1
-1
/
+24
*
[Support] Make all Errors convertible to std::error_code.
Lang Hames
2016-03-23
1
-0
/
+9
*
[Support] Refactor Error unit tests to avoid duplicating work.
Lang Hames
2016-03-18
1
-294
/
+229
*
[Support] Add ExitOnError utility to support tools that use the exit-on-error
Lang Hames
2016-03-17
1
-0
/
+28
*
[Support] Make Error::isA<T>() works on success values.
Lang Hames
2016-03-17
1
-0
/
+3
*
[Support] Update Error unit test to remove implementation specific behaviour.
Lang Hames
2016-03-16
1
-2
/
+1
*
[Support] Add the 'Error' class for structured error handling.
Lang Hames
2016-03-16
1
-0
/
+458