This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 99a510671 Fix a memory read bug in lldb-server new 6f4586643 [PDB] Restore the calling convention from PDB
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/lldb/Symbol/ClangASTContext.h | 21 +++++++++++++++++++- .../PDB/Inputs/CallingConventionsTest.cpp | 20 +++++++++++++++++++ lit/SymbolFile/PDB/calling-conventions.test | 11 +++++++++++ lit/SymbolFile/PDB/pointers.test | 2 +- source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 23 +++++++++++++++++++++- source/Symbol/ClangASTContext.cpp | 4 +++- 6 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 lit/SymbolFile/PDB/Inputs/CallingConventionsTest.cpp create mode 100644 lit/SymbolFile/PDB/calling-conventions.test