This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3bf779de60 [Driver] -print-target-triple and -print-effective-triple options new 49634ed0fd [ASTImporter] Add test for ForStmt and ContinueStmt new ee2fe4ae66 [ASTImporter] Add test for CXXScalarValueInit new 9327733b3c [ASTImporter] Add test for CXXDefaultInitExpr
The 3 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: test/Import/cxx-default-init-expr/Inputs/S.cpp | 9 ++++++ test/Import/cxx-default-init-expr/test.cpp | 22 +++++++++++++++ test/Import/cxx-scalar-value-init/Inputs/S.cpp | 2 ++ test/Import/cxx-scalar-value-init/test.cpp | 11 ++++++++ test/Import/for-stmt/Inputs/F.cpp | 9 ++++++ test/Import/for-stmt/test.cpp | 38 ++++++++++++++++++++++++++ 6 files changed, 91 insertions(+) create mode 100644 test/Import/cxx-default-init-expr/Inputs/S.cpp create mode 100644 test/Import/cxx-default-init-expr/test.cpp create mode 100644 test/Import/cxx-scalar-value-init/Inputs/S.cpp create mode 100644 test/Import/cxx-scalar-value-init/test.cpp create mode 100644 test/Import/for-stmt/Inputs/F.cpp create mode 100644 test/Import/for-stmt/test.cpp