summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/Error.h
Commit message (Expand)AuthorAgeFilesLines
* Obj2YamlError - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-081-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer2016-05-291-1/+1
* [obj2yaml] Adding Error/Expected to macho2yamlChris Bieneman2016-05-121-0/+18
* Initial add for MachO support for obj2yamlChris Bieneman2016-05-111-1/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-3/+2
* Remove system_error.h.Rafael Espindola2014-06-121-2/+2
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-2/+4
* Use an enum class.Rafael Espindola2014-06-111-13/+5
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-071-0/+42
OpenPOWER on IntegriCloud