Use std::error_code instead of llvm::error_code.
[oota-llvm.git] / include / llvm / Object / Error.h
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-03 Rafael EspindolaUse an enum class.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-18 Rafael EspindolaDon't convert object_error's enum to and from int.
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerAdd Object/Error.
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J. SpencerAdd Object/Error.