This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e4a9fae7e Remove Platform references from the Host module new 6b4b94a97 [SymbolFilePDB] Fix null array access when parsing the type o [...]
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: lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp | 40 ++++ lit/SymbolFile/PDB/enums-layout.test | 45 +++++ lit/SymbolFile/PDB/typedefs.test | 55 ++++++ source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 209 +++++++++++++++++++-- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 39 +++- unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp | 6 + unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 5 +- 7 files changed, 379 insertions(+), 20 deletions(-) create mode 100644 lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp create mode 100644 lit/SymbolFile/PDB/enums-layout.test create mode 100644 lit/SymbolFile/PDB/typedefs.test