Don't import error_condition into the llvm namespace.
[oota-llvm.git] / tools / obj2yaml / Error.cpp
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:...