summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Error] Remove a broken code fragment accidentally included in 76bcbaafab2.Lang Hames2019-11-201-2/+0
* [Orc][Modules] Fix Modules build fallout from a34680a33eb.Lang Hames2019-11-201-2/+5
* Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own fileEric Christopher2019-09-101-15/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Fixed extra semicolon warningDavid Bolvansky2018-12-301-1/+1
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+1
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [Error] Add FileError helper; upgrade StringError behaviorAlexandre Ganea2018-08-301-2/+22
* [Support] Add a basic C API for llvm::Error.Lang Hames2018-08-151-0/+20
* [Support] Introduce createStringError helper functionVictor Leschuk2018-07-261-0/+4
* [Support] Make llvm::Error and Expected faster.Zachary Turner2017-11-091-0/+12
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-1/+1
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-1/+1
* 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
OpenPOWER on IntegriCloud