aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Error.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-27Error.h - GenericBinaryError - pass Twine arg by reference not value.Simon Pilgrim1-2/+4
2019-07-13[Object] isNotObjectErrorInvalidFileType: simplifyFangrui Song1-13/+10
2019-07-13[Object] isNotObjectErrorInvalidFileType: fix use-after-moveFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-29Add vtable anchor to classes.Richard Trieu1-0/+1
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner1-3/+2
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner1-2/+3
2016-11-11Make the Error class constructor protectedMehdi Amini1-11/+10
2016-11-03[Object/ELF] - Make getSymbol() return Error.George Rimar1-0/+2
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-2/+2
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-05-17[Object] Move isNotObjectErrorInvalidFileType out of header.Lang Hames1-0/+18
2016-05-06Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby1-5/+4
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby1-4/+0
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby1-2/+0
2016-03-25[Object] Start threading Error through MachOObjectFile construction.Lang Hames1-0/+15
2016-02-17Represent the dynamic table itself with a DynRegionInfo.Rafael Espindola1-2/+0
2015-08-07Add dynamic_table iterators back to ELF.h.Rafael Espindola1-0/+2
2015-07-01Return ErrorOr from getSection.Rafael Espindola1-0/+2
2015-06-29Factor out the checking of string tables.Rafael Espindola1-0/+2
2015-06-09Remove object_error::success and use std::error_code() insteadRui Ueyama1-1/+0
2015-06-04[Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov1-0/+4
2015-06-04[Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov1-0/+2
2014-09-19Converting object's error_category to a ManagedStatic to avoid static constru...Chris Bieneman1-2/+4
2014-09-18LTO: introduce object file-based on-disk module format.Peter Collingbourne1-0/+2
2014-08-18Added forgotten noexcept.Abramo Bagnara1-1/+1
2014-06-13Remove unused and odd code.Rafael Espindola1-9/+0
2014-06-12Don't import error_category into the llvm namespace.Rafael Espindola1-2/+2
2014-06-12Don't import error_condition into the llvm namespace.Rafael Espindola1-3/+5
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+1
2014-06-10Mark a few functions noexcept.Rafael Espindola1-2/+2
2014-06-03Use an enum class.Rafael Espindola1-4/+4
2014-05-31There is no std::errc::success, remove the llvm one.Rafael Espindola1-1/+1
2014-03-15Support: Make error_category's constructor publicJustin Bogner1-4/+4
2013-06-18Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov1-0/+2
2013-06-18Don't convert object_error's enum to and from int.Rafael Espindola1-4/+4
2011-06-25Object: Add proper error handling.Michael J. Spencer1-0/+2
2011-06-25Add Object/Error.Michael J. Spencer1-0/+55
2011-06-13Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer1-55/+0
2011-06-13Add Object/Error.Michael J. Spencer1-0/+55