summaryrefslogtreecommitdiff
path: root/tools/obj2yaml/Error.h
AgeCommit message (Expand)Author
2016-05-29Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer
2016-05-12[obj2yaml] Adding Error/Expected to macho2yamlChris Bieneman
2016-05-11Initial add for MachO support for obj2yamlChris Bieneman
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-06-12Don't import error_category into the llvm namespace.Rafael Espindola
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola
2014-06-11Use an enum class.Rafael Espindola
2014-05-07[obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan