summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ErrorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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