This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4e0bd0b [libFuzzer] fix docs new f69a113 [codeview] Return type indices for typedefs new f117b3a [CodeView] Remove superfluous bitmath new 81d9dfc [CodeView] Take the StreamRef::readBytes offset into account [...]
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/CodeView/StreamRef.h | 2 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 14 ++++++++- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 1 + test/DebugInfo/COFF/typedef.ll | 38 +++++++++++++++++++++++ unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 2 ++ 5 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 test/DebugInfo/COFF/typedef.ll