aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj/Error.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola1-3/+2
2014-06-12Remove system_error.h.Rafael Espindola1-2/+2
2014-06-12Don't import error_category into the llvm namespace.Rafael Espindola1-1/+1
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-2/+4
2014-06-11Use an enum class.Rafael Espindola1-15/+7
2014-03-07Add missing std:: qualifiersDmitri Gribenko1-2/+2
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher1-0/+48