This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 01609a3 [DebugInfo] Fix some Clang-tidy modernize and Include What Yo [...] new d9b4aa7 [PDB] Make streams carry their own endianness.
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/CodeViewRecordIO.h | 8 ++-- .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 3 +- include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 5 ++- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 3 +- include/llvm/DebugInfo/CodeView/TypeSerializer.h | 2 +- include/llvm/DebugInfo/MSF/BinaryByteStream.h | 45 +++++++++++++++------- include/llvm/DebugInfo/MSF/BinaryItemStream.h | 6 ++- include/llvm/DebugInfo/MSF/BinaryStream.h | 2 + include/llvm/DebugInfo/MSF/BinaryStreamReader.h | 12 +++--- include/llvm/DebugInfo/MSF/BinaryStreamRef.h | 2 + include/llvm/DebugInfo/MSF/BinaryStreamWriter.h | 12 +++--- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 8 ++++ include/llvm/DebugInfo/PDB/Native/DbiStream.h | 2 + .../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 2 +- include/llvm/DebugInfo/PDB/Native/PDBFile.h | 5 ++- include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 1 - .../llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h | 11 +++--- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +- lib/DebugInfo/CodeView/CVTypeDumper.cpp | 2 +- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 4 +- lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 44 +++++++++------------ lib/DebugInfo/CodeView/RecordSerialization.cpp | 24 ++++++------ lib/DebugInfo/CodeView/TypeSerializer.cpp | 13 ++++--- lib/DebugInfo/PDB/Native/DbiStream.cpp | 2 +- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 31 +++++++-------- lib/DebugInfo/PDB/Native/HashTable.cpp | 16 ++++---- lib/DebugInfo/PDB/Native/ModStream.cpp | 4 +- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 5 +-- lib/DebugInfo/PDB/Native/NativeSession.cpp | 3 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 2 +- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 6 +-- lib/DebugInfo/PDB/Native/StringTable.cpp | 2 +- lib/DebugInfo/PDB/Native/StringTableBuilder.cpp | 5 +-- lib/DebugInfo/PDB/Native/SymbolStream.cpp | 1 - lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 6 ++- tools/llvm-pdbdump/YamlTypeDumper.cpp | 2 +- tools/llvm-readobj/COFFDumper.cpp | 16 ++++---- unittests/DebugInfo/PDB/HashTableTest.cpp | 3 +- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 17 ++++---- unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 5 ++- 40 files changed, 186 insertions(+), 158 deletions(-)