summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ErrorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Error] Make llvm::cantFail include the original error messagesDon Hinton2019-10-171-7/+10
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-8/+1
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-1/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-5/+4
* [Error] Reintroduce type validation in createFileError()Alexandre Ganea2018-09-071-0/+3
* More build fix for r341064.Alexandre Ganea2018-08-301-1/+1
* [Error] Add FileError helper; upgrade StringError behaviorAlexandre Ganea2018-08-301-1/+111
* [Support] Add a basic C API for llvm::Error.Lang Hames2018-08-151-0/+32
* [Support] Introduce createStringError helper functionVictor Leschuk2018-07-261-0/+23
* [Support] Make support types more easily printable.Sam McCall2018-07-061-10/+29
* [Testing/Support] Make Failed() matcher work with abstract error typesPavel Labath2018-04-101-0/+1
* [Testing/Support]: Better matching of Error failure statesPavel Labath2018-04-051-0/+24
* [Testing/Support] Make the HasValue matcher composablePavel Labath2017-12-131-5/+16
* [Testing/Support] Make matchers work with Expected<T&>Pavel Labath2017-12-071-0/+40
* [Error] Add an optional error message to cantFail.Lang Hames2017-08-291-2/+3
* [Error] Add a handleExpected utility.Lang Hames2017-08-281-0/+53
* Fix two (three) more issues with unchecked Error.Stephen Hines2017-08-251-1/+1
* [Support] Rewrite handleAllErrors in terms of cantFail.Lang Hames2017-08-241-2/+3
* fix typos in comments; NFCHiroshi Inoue2017-07-111-1/+1
* Add a cantFail overload for Expected-reference (Expected<T&>) types.Lang Hames2017-06-201-0/+4
* [Support][Error] Add a 'cantFail' utility function for known-safe calls toLang Hames2017-02-271-0/+28
* Fix macro check for ABI breacking check: should use #if instead of #ifndefMehdi Amini2016-11-301-10/+10
* Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of N...Mehdi Amini2016-11-291-10/+10
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-10/+11
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+4
* [Support] Make ErrorAsOutParameter take an Error* rather than an Error&.Lang Hames2016-07-221-1/+1
* [Support] Fix a bug in ErrorList::join / joinErrors.Lang Hames2016-06-301-0/+45
* [Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames2016-05-271-1/+1
* [Support] Add a StringError convenience class to Error.hLang Hames2016-05-271-0/+16
* [Support] Add a free toString function for ErrorVedant Kumar2016-05-031-0/+19
* [Support] Fix latent bugs in Expected and ExitOnError that were preventing themLang Hames2016-04-251-0/+14
* [Support] Add a checked flag to Expected<T>, require checks before access orLang Hames2016-04-051-4/+46
* [Support] Switch to RAII helper for error-as-out-parameter idiom.Lang Hames2016-03-251-4/+24
* [Support] Add Error::errorForOutParameter helper.Lang Hames2016-03-251-0/+6
* Try to fix ODR violation of ErrorInfo::IDReid Kleckner2016-03-241-3/+10
* ErrorTest.cpp: Move instantiations out of anonymous namespace. gcc didn't com...NAKAMURA Takumi2016-03-241-4/+3
* Define ErrorInfo::ID explicitly.NAKAMURA Takumi2016-03-241-0/+4
* ErrorTest.cpp: Fix an expression, possibly typo.NAKAMURA Takumi2016-03-241-1/+1
* [Support] Add conversions between Expected<T> and ErrorOr<T>.Lang Hames2016-03-241-1/+24
* [Support] Make all Errors convertible to std::error_code.Lang Hames2016-03-231-0/+9
* [Support] Refactor Error unit tests to avoid duplicating work.Lang Hames2016-03-181-294/+229
* [Support] Add ExitOnError utility to support tools that use the exit-on-errorLang Hames2016-03-171-0/+28
* [Support] Make Error::isA<T>() works on success values.Lang Hames2016-03-171-0/+3
* [Support] Update Error unit test to remove implementation specific behaviour.Lang Hames2016-03-161-2/+1
* [Support] Add the 'Error' class for structured error handling.Lang Hames2016-03-161-0/+458
OpenPOWER on IntegriCloud