This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b8bf426367 [ASTImporter] Add test for IfStmt new 0603ce8ab1 [Darwin Driver] Fix Simulator builtins and test cases new 59a92a4aa3 [ASTImporter] Add test for ExprWithCleanups new df6c8360ca [ASTImporter] Add test for ArrayInitLoopExpr
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: lib/Driver/ToolChains/Darwin.cpp | 19 +++--- lib/Driver/ToolChains/Darwin.h | 6 +- .../lib/darwin/libclang_rt.cc_kext_tvos.a | 0 .../lib/darwin/libclang_rt.cc_kext_watchos.a | 0 .../resource_dir/lib/darwin/libclang_rt.ios.a | 0 .../resource_dir/lib/darwin/libclang_rt.osx.a | 0 .../lib/darwin/libclang_rt.profile_tvos.a | 0 .../lib/darwin/libclang_rt.profile_watchos.a | 0 .../resource_dir/lib/darwin/libclang_rt.tvos.a | 0 .../resource_dir/lib/darwin/libclang_rt.watchos.a | 0 test/Driver/darwin-ld.c | 69 +++++++--------------- test/Import/array-init-loop-expr/Inputs/S.cpp | 3 + test/Import/array-init-loop-expr/test.cpp | 11 ++++ test/Import/expr-with-cleanups/Inputs/S.cpp | 8 +++ test/Import/expr-with-cleanups/test.cpp | 8 +++ 15 files changed, 67 insertions(+), 57 deletions(-) copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/darw [...] create mode 100644 test/Import/array-init-loop-expr/Inputs/S.cpp create mode 100644 test/Import/array-init-loop-expr/test.cpp create mode 100644 test/Import/expr-with-cleanups/Inputs/S.cpp create mode 100644 test/Import/expr-with-cleanups/test.cpp