This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 816172a12 Rename Minion to ASTImporterDelegate new 484762308 Add std::stack and std::queue support to CxxModuleHandler new 538059799 [lldb] [lit] Split 'register read' tests between zmm*, xmm16+ [...]
The 2 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: lit/Register/x86-64-xmm16-read.test | 30 ++++++++++ lit/Register/x86-64-ymm16-read.test | 30 ++++++++++ lit/Register/x86-64-zmm-read.test | 65 ---------------------- .../import-std-module/{basic => queue}/Makefile | 0 .../import-std-module/queue/TestQueue.py | 47 ++++++++++++++++ .../import-std-module/queue/main.cpp | 16 ++++++ .../import-std-module/{basic => stack}/Makefile | 0 .../import-std-module/stack/TestStack.py | 49 ++++++++++++++++ .../import-std-module/stack/main.cpp | 17 ++++++ source/Symbol/CxxModuleHandler.cpp | 2 + 10 files changed, 191 insertions(+), 65 deletions(-) create mode 100644 lit/Register/x86-64-xmm16-read.test create mode 100644 lit/Register/x86-64-ymm16-read.test copy packages/Python/lldbsuite/test/expression_command/import-std-module/{basic => [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/import-std-mo [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/import-std-mo [...] copy packages/Python/lldbsuite/test/expression_command/import-std-module/{basic => [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/import-std-mo [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/import-std-mo [...]