This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1ba3e8e0b [SymbolFile] Implement GetCompleteObjCClass for .debug_names new 695c0b51e Retrieve a function PDB symbol correctly from nested blocks
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: .../PDB/Inputs/FunctionNestedBlockTest.cpp | 8 +++ lit/SymbolFile/PDB/function-nested-block.test | 7 ++ source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 67 +++++++++--------- tools/lldb-test/lldb-test.cpp | 82 +++++++++++++++------- 4 files changed, 107 insertions(+), 57 deletions(-) create mode 100644 lit/SymbolFile/PDB/Inputs/FunctionNestedBlockTest.cpp create mode 100644 lit/SymbolFile/PDB/function-nested-block.test