OSDN Git Service

[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo
[android-x86/external-llvm.git] / lib / Support / Error.cpp
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-30 David Bolvansky[NFC] Fixed extra semicolon warning
2018-12-29 Richard TrieuAdd vtable anchor to classes.
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-08-30 Alexandre Ganea[Error] Add FileError helper; upgrade StringError behavior
2018-08-15 Lang Hames[Support] Add a basic C API for llvm::Error.
2018-07-26 Victor Leschuk[Support] Introduce createStringError helper function
2017-11-09 Zachary Turner[Support] Make llvm::Error and Expected faster.
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2016-11-29 NAKAMURA TakumiFix a linefeed at eof.
2016-11-28 Mehdi AminiAdd link-time detection of LLVM_ABI_BREAKING_CHECKS...
2016-11-18 Mehdi AminiRevert "Add link-time detection of LLVM_ABI_BREAKING_CH...
2016-11-18 Mehdi AminiAdd link-time detection of LLVM_ABI_BREAKING_CHECKS...
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-09-14 Vassil VassilevMissing includes.
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-07-04 Lang Hames[Support][Error] Make logAllUnhandledErrors take a...
2016-05-27 Peter CollingbourneLinker: teach the IR mover to return llvm::Error.
2016-05-27 Lang Hames[Support] Rename unconvertibleErrorCode to inconvertibl...
2016-05-27 Lang Hames[Support] Add a StringError convenience class to Error.h
2016-05-24 Peter CollingbourneAdd FIXMEs to all derived classes of std::error_category.
2016-03-24 Reid KlecknerTry to fix ODR violation of ErrorInfo::ID
2016-03-24 NAKAMURA TakumiDefine ErrorInfo::ID explicitly.
2016-03-24 NAKAMURA TakumiError.cpp: Fix a warning. [-Wpedantic]
2016-03-23 Lang Hames[Support] Make all Errors convertible to std::error_code.