[PATCH] D21128: [pdb] Fix errors with invalid stream numbers

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 10:14:55 PDT 2016


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

Remove macros, resort to manual error checking.


http://reviews.llvm.org/D21128

Files:
  include/llvm/DebugInfo/PDB/Raw/DbiStream.h
  include/llvm/DebugInfo/PDB/Raw/DirectoryStreamData.h
  include/llvm/DebugInfo/PDB/Raw/InfoStream.h
  include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
  include/llvm/DebugInfo/PDB/Raw/ModStream.h
  include/llvm/DebugInfo/PDB/Raw/PublicsStream.h
  include/llvm/DebugInfo/PDB/Raw/SymbolStream.h
  include/llvm/DebugInfo/PDB/Raw/TpiStream.h
  include/llvm/Support/Error.h
  lib/DebugInfo/PDB/Raw/DbiStream.cpp
  lib/DebugInfo/PDB/Raw/InfoStream.cpp
  lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
  lib/DebugInfo/PDB/Raw/ModStream.cpp
  lib/DebugInfo/PDB/Raw/PDBFile.cpp
  lib/DebugInfo/PDB/Raw/PublicsStream.cpp
  lib/DebugInfo/PDB/Raw/SymbolStream.cpp
  lib/DebugInfo/PDB/Raw/TpiStream.cpp
  tools/llvm-pdbdump/LLVMOutputStyle.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21128.60061.patch
Type: text/x-patch
Size: 42361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160608/5242b09f/attachment-0001.bin>


More information about the llvm-commits mailing list