This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0c8a6dcaa Reflow paragraphs in comments. new c1ad1efd9 Fix expression parser to not accept any type whose basename m [...]
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: .../cpp/type_lookup}/Makefile | 0 .../test/lang/cpp/type_lookup/TestTypeLookup.py | 89 ++++++++++++++++++++++ .../lldbsuite/test/lang/cpp/type_lookup/main.cpp | 67 ++++++++++++++++ source/Core/Module.cpp | 10 ++- .../ExpressionParser/Clang/ClangASTSource.cpp | 9 ++- 5 files changed, 170 insertions(+), 5 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/plugins/python_os_plugin => l [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestTypeLookup.py create mode 100644 packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp