This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 91c2cea [Support] Fill the file_status struct with link count. new 185afe8 FindTypes should find "struct TypeName" as well as "TypeName".
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: .../c/find_struct_type}/Makefile | 0 .../lang/c/find_struct_type/TestFindStructTypes.py | 67 ++++++++++++++++++++++ .../lldbsuite/test/lang/c/find_struct_type/main.c | 25 ++++++++ source/Core/Module.cpp | 2 +- 4 files changed, 93 insertions(+), 1 deletion(-) copy packages/Python/lldbsuite/test/{functionalities/plugins/python_os_plugin => l [...] create mode 100644 packages/Python/lldbsuite/test/lang/c/find_struct_type/TestFind [...] create mode 100644 packages/Python/lldbsuite/test/lang/c/find_struct_type/main.c