1. 990504e Remove LLVM_NOEXCEPT and replace it with noexcept by Reid Kleckner · 9 years ago
  2. 4718f8b Add FIXMEs to all derived classes of std::error_category. by Peter Collingbourne · 9 years ago
  3. 94add6b MSVC requires redeclarations to repeat noexcept by Reid Kleckner · 11 years ago
  4. 54f19979 Remove unused and odd code. by Rafael Espindola · 11 years ago
  5. 25188c9 Don't import error_category into the llvm namespace. by Rafael Espindola · 11 years ago
  6. acc5d7c Don't import error_condition into the llvm namespace. by Rafael Espindola · 11 years ago
  7. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  8. 933c950 Use an enum class. by Rafael Espindola · 11 years ago
  9. f5d07fa Mark a few functions noexcept. by Rafael Espindola · 11 years ago
  10. a3f2e3f There is no std::errc::success, remove the llvm one. by Rafael Espindola · 11 years ago
  11. e3bfdc4 Support: Make error_category's constructor public by Justin Bogner · 12 years ago
  12. e56917c [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  13. 9cad53c Implements low-level object file format specific output for COFF and by Eric Christopher · 12 years ago