Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::name | Ismail Pazarbasi | 2014-09-11 | 1 | -1/+3 |
* | Remove unused and odd code. | Rafael Espindola | 2014-06-13 | 1 | -9/+0 |
* | Don't import error_category into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -2/+2 |
* | Don't import error_condition into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -3/+4 |
* | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 2014-06-11 | 1 | -1/+1 |
* | Use an enum class. | Rafael Espindola | 2014-06-11 | 1 | -5/+4 |
* | Mark a few functions noexcept. | Rafael Espindola | 2014-06-10 | 1 | -2/+2 |
* | There is no std::errc::success, remove the llvm one. | Rafael Espindola | 2014-05-31 | 1 | -1/+1 |
* | [obj2yaml] Recognize input file format using llvm::object::ObjectFile | Simon Atanasyan | 2014-05-07 | 1 | -0/+54 |