[CodeView] Use llvm::Error instead of std::error_code.
authorZachary Turner <zturner@google.com>
Thu, 4 Aug 2016 19:39:55 +0000 (19:39 +0000)
committerZachary Turner <zturner@google.com>
Thu, 4 Aug 2016 19:39:55 +0000 (19:39 +0000)
commit660230eba420afe66178bd8895a64327e290a3fc
tree88975a4090e6d5ebd91a85a2d5773323eeb3f9c7
parent7a0088bbae10f867a842b02d3e49047b3c350d35
[CodeView] Use llvm::Error instead of std::error_code.

This eliminates the remnants of std::error_code from the
DebugInfo libraries.

llvm-svn: 277758
llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h
llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
llvm/lib/DebugInfo/CodeView/TypeRecord.cpp
llvm/tools/llvm-readobj/llvm-readobj.cpp
llvm/tools/llvm-readobj/llvm-readobj.h