This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b4664be11 [lldb][NFC] Remove ClangASTContext::Clear new ef0abdccd [lldb] Fix evaluation of nested classes with parent from other CU
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: .../nested-class-other-compilation-unit}/Makefile | 0 .../TestNestedClassWithParentInAnotherCU.py | 29 ++++++++++++++++++++++ .../nested-class-other-compilation-unit/main.cpp | 22 ++++++++++++++++ .../nested-class-other-compilation-unit/other.cpp | 10 ++++++++ .../nested-class-other-compilation-unit/shared.h | 17 +++++++++++++ .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 2 ++ 6 files changed, 80 insertions(+) copy packages/Python/lldbsuite/test/{commands/expression/completion => lang/cpp/ne [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...]