This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 342aa6e5c2 [ASTImporter] Remove duplicated and dead CXXNamedCastExpr ha [...] new 0a451ff781 [ASTImporter] Actually test ArrayInitLoopExpr in the array-i [...] new dcb6b80cd3 [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/Obj [...] new 2fe3058f3a [Driver] Check normalized triples for multiarch runtime path
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: include/clang/Driver/ToolChain.h | 6 ++++ lib/Driver/ToolChain.cpp | 24 +++++++++---- .../aarch64-fuchsia/lib/libclang_rt.asan-preinit.a | 0 .../aarch64-fuchsia/lib/libclang_rt.asan.so | 0 .../aarch64-fuchsia/lib/libclang_rt.builtins.a | 0 .../aarch64-fuchsia/lib/libclang_rt.fuzzer.a | 0 .../aarch64-fuchsia/lib/libclang_rt.scudo.so | 0 .../i386-linux-gnu/lib/libclang_rt.builtins.a | 0 .../x86_64-fuchsia/lib/libclang_rt.asan-preinit.a | 0 .../x86_64-fuchsia/lib/libclang_rt.asan.so | 0 .../x86_64-fuchsia/lib/libclang_rt.builtins.a | 0 .../x86_64-fuchsia/lib/libclang_rt.fuzzer.a | 0 .../x86_64-fuchsia/lib/libclang_rt.scudo.so | 0 .../x86_64-linux-gnu/lib/libclang_rt.builtins.a | 0 test/Import/array-init-loop-expr/Inputs/S.cpp | 5 +++ test/Import/array-init-loop-expr/test.cpp | 3 +- test/Import/objc-try-catch/Inputs/F.m | 28 +++++++++++++++ test/Import/objc-try-catch/test.m | 40 ++++++++++++++++++++++ 18 files changed, 97 insertions(+), 9 deletions(-) copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...] create mode 100644 test/Import/objc-try-catch/Inputs/F.m create mode 100644 test/Import/objc-try-catch/test.m