aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj/Error.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-2/+2
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2014-11-03MSVC requires redeclarations to repeat noexceptReid Kleckner1-1/+1
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/+5
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+1
2014-06-11Use an enum class.Rafael Espindola1-7/+6
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-03-15Support: Make error_category's constructor publicJustin Bogner1-1/+1
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher1-0/+62