OSDN Git Service

Properly parse the TypeServer2 record.
authorZachary Turner <zturner@google.com>
Fri, 3 Feb 2017 21:22:27 +0000 (21:22 +0000)
committerZachary Turner <zturner@google.com>
Fri, 3 Feb 2017 21:22:27 +0000 (21:22 +0000)
commite1a6c0f4190b5ca7558066c83d6621ee6a01a7d0
tree1478d9e385189529cb1c1a1413c54cb256d24ee9
parent482cfedce18c2a5983e267e31ac39182226291f9
Properly parse the TypeServer2 record.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294046 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/Formatters.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBExtras.h
include/llvm/Support/FormatAdapters.h
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/Formatters.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
lib/DebugInfo/PDB/PDBExtras.cpp