aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Error.cpp
AgeCommit message (Expand)AuthorFilesLines
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