summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support][Error] Make logAllUnhandledErrors take a Twine for the banner, ratherLang Hames2016-07-041-0/+9
* Linker: teach the IR mover to return llvm::Error.Peter Collingbourne2016-05-271-1/+0
* [Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames2016-05-271-6/+6
* [Support] Add a StringError convenience class to Error.hLang Hames2016-05-271-4/+48
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Try to fix ODR violation of ErrorInfo::IDReid Kleckner2016-03-241-3/+2
* Define ErrorInfo::ID explicitly.NAKAMURA Takumi2016-03-241-0/+3
* Error.cpp: Fix a warning. [-Wpedantic]NAKAMURA Takumi2016-03-241-1/+1
* [Support] Make all Errors convertible to std::error_code.Lang Hames2016-03-231-0/+45
OpenPOWER on IntegriCloud