summaryrefslogtreecommitdiff
path: root/lib/Object/Error.cpp
AgeCommit message (Expand)Author
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-03[Object/ELF] - Make getSymbol() return Error.George Rimar
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-05-17[Object] Move isNotObjectErrorInvalidFileType out of header.Lang Hames
2016-05-06Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby
2016-03-25[Object] Start threading Error through MachOObjectFile construction.Lang Hames
2016-02-17Represent the dynamic table itself with a DynRegionInfo.Rafael Espindola
2015-08-07Add dynamic_table iterators back to ELF.h.Rafael Espindola
2015-07-01Return ErrorOr from getSection.Rafael Espindola
2015-06-29Factor out the checking of string tables.Rafael Espindola
2015-06-09Remove object_error::success and use std::error_code() insteadRui Ueyama
2015-06-04[Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov
2015-06-04[Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov
2014-09-19Converting object's error_category to a ManagedStatic to avoid static constru...Chris Bieneman
2014-09-18LTO: introduce object file-based on-disk module format.Peter Collingbourne
2014-08-18Added forgotten noexcept.Abramo Bagnara
2014-06-13Remove unused and odd code.Rafael Espindola
2014-06-12Don't import error_category into the llvm namespace.Rafael Espindola
2014-06-12Don't import error_condition into the llvm namespace.Rafael Espindola
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola
2014-06-10Mark a few functions noexcept.Rafael Espindola
2014-06-03Use an enum class.Rafael Espindola
2014-05-31There is no std::errc::success, remove the llvm one.Rafael Espindola
2014-03-15Support: Make error_category's constructor publicJustin Bogner
2013-06-18Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov
2013-06-18Don't convert object_error's enum to and from int.Rafael Espindola
2011-06-25Object: Add proper error handling.Michael J. Spencer
2011-06-25Add Object/Error.Michael J. Spencer
2011-06-13Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer
2011-06-13Add Object/Error.Michael J. Spencer