summaryrefslogtreecommitdiffstats
path: root/lib/Support/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+0
* Fix a linefeed at eof.NAKAMURA Takumi2016-11-291-1/+1
* Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini2016-11-281-0/+15
* Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch"Mehdi Amini2016-11-181-16/+0
* Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini2016-11-181-0/+16
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* Missing includes.Vassil Vassilev2016-09-141-0/+1
* [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