This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3f7c6a [opt-viewer] Suggest installing the faster parser (libYAML) new 854f9fd [PDB] Add tests for BinaryStream. new 00d9a54 [PDB] Add an additional test for BinaryStreamRef. new 2848ebe Fix signed / unsigned comparison warning.
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/MSF/BinaryStreamRef.h | 3 +- unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 699 +++++++++++++++++++++++++++ unittests/DebugInfo/PDB/CMakeLists.txt | 1 + 3 files changed, 702 insertions(+), 1 deletion(-) create mode 100644 unittests/DebugInfo/PDB/BinaryStreamTest.cpp