aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/obj2yaml/Error.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-11Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::nameIsmail Pazarbasi1-1/+3
2014-06-13Remove unused and odd code.Rafael Espindola1-9/+0
2014-06-12Don't import error_category into the llvm namespace.Rafael Espindola1-2/+2
2014-06-12Don't import error_condition into the llvm namespace.Rafael Espindola1-3/+4
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+1
2014-06-11Use an enum class.Rafael Espindola1-5/+4
2014-06-10Mark a few functions noexcept.Rafael Espindola1-2/+2
2014-05-31There is no std::errc::success, remove the llvm one.Rafael Espindola1-1/+1
2014-05-07[obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan1-0/+54