summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-2/+2
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* MSVC requires redeclarations to repeat noexceptReid Kleckner2014-11-031-1/+1
* Remove unused and odd code.Rafael Espindola2014-06-131-9/+0
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-3/+5
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Use an enum class.Rafael Espindola2014-06-111-7/+6
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* Support: Make error_category's constructor publicJustin Bogner2014-03-151-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-3/+3
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-0/+62
OpenPOWER on IntegriCloud