Factor out the checking of string tables.
[oota-llvm.git] / include / llvm / Object / Error.h
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO load commands.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
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.