summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+1
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-2/+2
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* [obj2yaml] Adding Error/Expected to macho2yamlChris Bieneman2016-05-121-1/+11
* Initial add for MachO support for obj2yamlChris Bieneman2016-05-111-0/+2
* Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::nameIsmail Pazarbasi2014-09-111-1/+3
* Remove unused and odd code.Rafael Espindola2014-06-131-9/+0
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-3/+4
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Use an enum class.Rafael Espindola2014-06-111-5/+4
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-071-0/+54
OpenPOWER on IntegriCloud