summaryrefslogtreecommitdiff
path: root/lib/Object/Error.cpp
Commit message (Expand)AuthorAge
* Remove unused and odd code.Rafael Espindola2014-06-13
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Use an enum class.Rafael Espindola2014-06-03
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-18
* Object: Add proper error handling.Michael J. Spencer2011-06-25
* Add Object/Error.Michael J. Spencer2011-06-25
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-13
* Add Object/Error.Michael J. Spencer2011-06-13