summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-0/+11
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-11/+0
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-0/+11
* [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