This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/clang.
from 19fc4718cc [AST] Store the OwnedTagDecl as a trailing object in Elabora [...] adds a4b62b2f87 [ASTImporter] Add test for IndirectGotoStmt adds ca47e8d86b [ASTImporter] Add test for WhileStmt adds bd07b01749 [ASTImporter] Add test for DoStmt adds 557c56b21e [ASTImporter] Add test for importing CompoundAssignOperators adds 5bdeac6e50 [ASTImporter] Add test for member pointer types.
No new revisions were added by this update.
Summary of changes: test/Import/compound-assign-op/Inputs/F.cpp | 18 +++++++++++ test/Import/compound-assign-op/test.cpp | 45 ++++++++++++++++++++++++++++ test/Import/cxx-member-pointers/Inputs/S.cpp | 7 +++++ test/Import/cxx-member-pointers/test.cpp | 16 ++++++++++ test/Import/do-stmt/Inputs/F.cpp | 7 +++++ test/Import/do-stmt/test.cpp | 15 ++++++++++ test/Import/indirect-goto/Inputs/F.cpp | 6 ++++ test/Import/indirect-goto/test.cpp | 10 +++++++ test/Import/while-stmt/Inputs/F.cpp | 8 +++++ test/Import/while-stmt/test.cpp | 23 ++++++++++++++ 10 files changed, 155 insertions(+) create mode 100644 test/Import/compound-assign-op/Inputs/F.cpp create mode 100644 test/Import/compound-assign-op/test.cpp create mode 100644 test/Import/cxx-member-pointers/Inputs/S.cpp create mode 100644 test/Import/cxx-member-pointers/test.cpp create mode 100644 test/Import/do-stmt/Inputs/F.cpp create mode 100644 test/Import/do-stmt/test.cpp create mode 100644 test/Import/indirect-goto/Inputs/F.cpp create mode 100644 test/Import/indirect-goto/test.cpp create mode 100644 test/Import/while-stmt/Inputs/F.cpp create mode 100644 test/Import/while-stmt/test.cpp