This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 675add4fc Use rip-relative addressing in asm test new 0b4a592a9 Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
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 | 3 ++- .../Makefile | 6 +++++ ...estBreakpointInMemberFuncWNonPrimitiveParams.py | 26 ++++++++++++++++++++++ .../a.cpp | 14 ++++++++++++ .../a.h | 7 ++++++ .../main.cpp | 15 +++++++++++++ .../module.modulemap | 3 +++ .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp | 2 +- source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 2 +- source/Symbol/ClangASTContext.cpp | 6 +++-- 10 files changed, 79 insertions(+), 5 deletions(-) create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...]