This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3028aaffc2c Implement COFF emission for parsed Windows Resource ( .res) files. new 4b665d2445e Allow VarStreamArray to use stateful extractors.
The 1 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/CodeView/CVRecord.h | 6 +- .../DebugInfo/CodeView/DebugChecksumsSubsection.h | 4 +- .../DebugInfo/CodeView/DebugCrossImpSubsection.h | 4 +- .../CodeView/DebugInlineeLinesSubsection.h | 7 +- .../llvm/DebugInfo/CodeView/DebugLinesSubsection.h | 6 +- .../DebugInfo/CodeView/DebugSubsectionRecord.h | 6 +- .../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 5 +- include/llvm/Support/BinaryStreamArray.h | 258 +++++++++------------ include/llvm/Support/BinaryStreamReader.h | 20 +- .../CodeView/DebugChecksumsSubsection.cpp | 4 +- lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 6 +- .../CodeView/DebugInlineeLinesSubsection.cpp | 9 +- lib/DebugInfo/CodeView/DebugLinesSubsection.cpp | 9 +- lib/DebugInfo/CodeView/TypeTableCollection.cpp | 3 +- unittests/Support/BinaryStreamTest.cpp | 9 +- 15 files changed, 141 insertions(+), 215 deletions(-)