[llvm-cov] Adjust column widths for function and file reports
[oota-llvm.git] / tools / obj2yaml / Error.cpp
2014-09-11 Ismail PazarbasiAdded missing LLVM_NOEXCEPT to the definition of _obj2y...
2014-06-13 Rafael EspindolaRemove unused and odd code.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-07 Simon Atanasyan[obj2yaml] Recognize input file format using llvm:...