summaryrefslogtreecommitdiff
path: root/include/llvm/Object/Error.h
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Use an enum class.Rafael Espindola2014-06-03
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* 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