This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bdd8d79 Remove a patch .rej file. new 9927216 [pdb] Handle stream index errors better. new 6f68656 Try to appease buildbots. new 47b89fc [pdb] Fix build errors in PDB unit tests.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 4 +- .../llvm/DebugInfo/PDB/Raw/DirectoryStreamData.h | 37 +++ include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 4 +- include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 13 +- include/llvm/DebugInfo/PDB/Raw/ModStream.h | 4 +- include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 6 +- include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | 4 +- include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 4 +- include/llvm/Support/Error.h | 1 + lib/Analysis/StratifiedSets.h | 11 +- lib/DebugInfo/PDB/Raw/DbiStream.cpp | 49 ++-- lib/DebugInfo/PDB/Raw/InfoStream.cpp | 6 +- lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 30 +++ lib/DebugInfo/PDB/Raw/ModStream.cpp | 9 +- lib/DebugInfo/PDB/Raw/PDBFile.cpp | 103 ++++---- lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 8 +- lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 9 +- lib/DebugInfo/PDB/Raw/TpiStream.cpp | 18 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 263 +++++++++++---------- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 23 +- 20 files changed, 359 insertions(+), 247 deletions(-) create mode 100644 include/llvm/DebugInfo/PDB/Raw/DirectoryStreamData.h