[PATCH] D19940: Convert PDB error handling into using std::error_code instead of custom error codes

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 12:55:18 PDT 2016


zturner updated this revision to Diff 56326.
zturner added a comment.

Somehow uploaded the wrong diff last time.  This one should be right.


http://reviews.llvm.org/D19940

Files:
  include/llvm/DebugInfo/PDB/DIA/DIAError.h
  include/llvm/DebugInfo/PDB/DIA/DIASession.h
  include/llvm/DebugInfo/PDB/DIA/DIASupport.h
  include/llvm/DebugInfo/PDB/GenericError.h
  include/llvm/DebugInfo/PDB/PDB.h
  include/llvm/DebugInfo/PDB/PDBTypes.h
  include/llvm/DebugInfo/PDB/Raw/ByteStream.h
  include/llvm/DebugInfo/PDB/Raw/DbiStream.h
  include/llvm/DebugInfo/PDB/Raw/InfoStream.h
  include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
  include/llvm/DebugInfo/PDB/Raw/NameHashTable.h
  include/llvm/DebugInfo/PDB/Raw/NameMap.h
  include/llvm/DebugInfo/PDB/Raw/PDBFile.h
  include/llvm/DebugInfo/PDB/Raw/RawError.h
  include/llvm/DebugInfo/PDB/Raw/RawSession.h
  include/llvm/DebugInfo/PDB/Raw/StreamInterface.h
  include/llvm/DebugInfo/PDB/Raw/StreamReader.h
  include/llvm/DebugInfo/PDB/Raw/TpiStream.h
  lib/DebugInfo/PDB/CMakeLists.txt
  lib/DebugInfo/PDB/DIA/DIAError.cpp
  lib/DebugInfo/PDB/DIA/DIASession.cpp
  lib/DebugInfo/PDB/GenericError.cpp
  lib/DebugInfo/PDB/PDB.cpp
  lib/DebugInfo/PDB/Raw/ByteStream.cpp
  lib/DebugInfo/PDB/Raw/DbiStream.cpp
  lib/DebugInfo/PDB/Raw/InfoStream.cpp
  lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
  lib/DebugInfo/PDB/Raw/NameHashTable.cpp
  lib/DebugInfo/PDB/Raw/NameMap.cpp
  lib/DebugInfo/PDB/Raw/PDBFile.cpp
  lib/DebugInfo/PDB/Raw/RawError.cpp
  lib/DebugInfo/PDB/Raw/RawSession.cpp
  lib/DebugInfo/PDB/Raw/StreamReader.cpp
  lib/DebugInfo/PDB/Raw/TpiStream.cpp
  lib/DebugInfo/Symbolize/Symbolize.cpp
  test/DebugInfo/PDB/pdbdump-headers.test
  tools/llvm-pdbdump/llvm-pdbdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19940.56326.patch
Type: text/x-patch
Size: 78469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/ff474ffb/attachment.bin>


More information about the llvm-commits mailing list