This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1e7750759be [AArch64][Falkor] Address some stylistic review comments. NFC. new 53034fb6bdf [codeview] Remove TypeServerHandler and PDBTypeServerHandler
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/CVTypeVisitor.h | 16 +- .../llvm/DebugInfo/CodeView/TypeServerHandler.h | 38 ----- include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 8 +- .../DebugInfo/PDB/Native/PDBTypeServerHandler.h | 46 ------ lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 77 +-------- lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 32 ++-- lib/DebugInfo/PDB/CMakeLists.txt | 1 - lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 125 -------------- lib/DebugInfo/PDB/Native/TpiStream.cpp | 1 - tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 +- tools/llvm-readobj/COFFDumper.cpp | 3 +- .../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 3 +- unittests/DebugInfo/PDB/CMakeLists.txt | 3 +- unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp | 183 --------------------- 14 files changed, 32 insertions(+), 508 deletions(-) delete mode 100644 include/llvm/DebugInfo/CodeView/TypeServerHandler.h delete mode 100644 include/llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h delete mode 100644 lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp delete mode 100644 unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp