aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Error.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames1-0/+11
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames1-11/+0
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames1-0/+11
2016-07-04[Support][Error] Make logAllUnhandledErrors take a Twine for the banner, ratherLang Hames1-0/+9
2016-05-27Linker: teach the IR mover to return llvm::Error.Peter Collingbourne1-1/+0
2016-05-27[Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames1-6/+6
2016-05-27[Support] Add a StringError convenience class to Error.hLang Hames1-4/+48
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-03-24Try to fix ODR violation of ErrorInfo::IDReid Kleckner1-3/+2
2016-03-24Define ErrorInfo::ID explicitly.NAKAMURA Takumi1-0/+3
2016-03-24Error.cpp: Fix a warning. [-Wpedantic]NAKAMURA Takumi1-1/+1
2016-03-23[Support] Make all Errors convertible to std::error_code.Lang Hames1-0/+45