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