This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e0e7c043bb [OpenCL] Fixed address space cast in C style cast of C++ parsing new 27fe8790f1 [CodeGenCXX] Treat 'this' as noalias in constructors
The 1 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/CodeGen/CGCall.cpp | 16 +++ test/CXX/except/except.spec/p14-ir.cpp | 12 +-- test/CodeGen/temporary-lifetime.cpp | 16 +-- test/CodeGenCUDA/device-var-init.cu | 36 +++---- test/CodeGenCXX/2011-12-19-init-list-ctor.cpp | 6 +- test/CodeGenCXX/amdgcn-automatic-variable.cpp | 2 +- test/CodeGenCXX/amdgcn-func-arg.cpp | 2 +- test/CodeGenCXX/apple-kext.cpp | 2 +- test/CodeGenCXX/arm.cpp | 6 +- test/CodeGenCXX/arm64-constructor-return.cpp | 4 +- test/CodeGenCXX/array-default-argument.cpp | 6 +- test/CodeGenCXX/atomicinit.cpp | 8 +- test/CodeGenCXX/blocks-cxx11.cpp | 2 +- test/CodeGenCXX/blocks.cpp | 8 +- test/CodeGenCXX/conditional-gnu-ext.cpp | 12 +-- .../constructor-destructor-return-this.cpp | 42 ++++---- test/CodeGenCXX/constructor-direct-call.cpp | 12 +-- test/CodeGenCXX/constructor-init.cpp | 10 +- test/CodeGenCXX/constructors.cpp | 32 +++--- test/CodeGenCXX/copy-constructor-elim-2.cpp | 8 +- test/CodeGenCXX/copy-constructor-synthesis-2.cpp | 2 +- test/CodeGenCXX/copy-constructor-synthesis.cpp | 4 +- test/CodeGenCXX/cxx0x-delegating-ctors.cpp | 2 +- test/CodeGenCXX/cxx0x-initializer-constructors.cpp | 14 +-- .../cxx0x-initializer-stdinitializerlist.cpp | 8 +- test/CodeGenCXX/cxx11-initializer-array-new.cpp | 26 ++--- test/CodeGenCXX/cxx11-thread-local.cpp | 4 +- test/CodeGenCXX/cxx1z-decomposition.cpp | 4 +- test/CodeGenCXX/cxx1z-initializer-aggregate.cpp | 2 +- test/CodeGenCXX/default-arg-temps.cpp | 6 +- test/CodeGenCXX/default-arguments.cpp | 4 +- test/CodeGenCXX/derived-to-base-conv.cpp | 2 +- test/CodeGenCXX/destructors.cpp | 6 +- test/CodeGenCXX/dllexport-ctor-closure.cpp | 4 +- test/CodeGenCXX/dllexport-members.cpp | 82 ++++++++-------- test/CodeGenCXX/dllimport-members.cpp | 108 ++++++++++----------- test/CodeGenCXX/dllimport.cpp | 2 +- test/CodeGenCXX/eh.cpp | 12 +-- test/CodeGenCXX/empty-nontrivially-copyable.cpp | 2 +- test/CodeGenCXX/exceptions-seh.cpp | 4 +- test/CodeGenCXX/exceptions.cpp | 36 +++---- test/CodeGenCXX/float128-declarations.cpp | 6 +- test/CodeGenCXX/float16-declarations.cpp | 2 +- test/CodeGenCXX/for-range.cpp | 6 +- test/CodeGenCXX/global-dtor-no-atexit.cpp | 8 +- test/CodeGenCXX/global-init.cpp | 6 +- test/CodeGenCXX/goto.cpp | 8 +- test/CodeGenCXX/implicit-copy-constructor.cpp | 2 +- test/CodeGenCXX/inheriting-constructor.cpp | 60 ++++++------ test/CodeGenCXX/init-invariant.cpp | 8 +- test/CodeGenCXX/mangle-subst-std.cpp | 32 +++--- .../CodeGenCXX/member-expr-references-variable.cpp | 4 +- test/CodeGenCXX/member-init-assignment.cpp | 2 +- test/CodeGenCXX/member-templates.cpp | 4 +- test/CodeGenCXX/microsoft-abi-arg-order.cpp | 12 +-- test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp | 10 +- test/CodeGenCXX/microsoft-abi-extern-template.cpp | 4 +- ...crosoft-abi-multiple-nonvirtual-inheritance.cpp | 2 +- .../microsoft-abi-static-initializers.cpp | 2 +- test/CodeGenCXX/microsoft-abi-structors.cpp | 32 +++--- .../microsoft-abi-thread-safe-statics.cpp | 4 +- test/CodeGenCXX/microsoft-abi-throw.cpp | 2 +- .../microsoft-abi-virtual-inheritance.cpp | 14 +-- test/CodeGenCXX/microsoft-interface.cpp | 12 +-- test/CodeGenCXX/ms_struct.cpp | 2 +- test/CodeGenCXX/new.cpp | 12 +-- test/CodeGenCXX/nrvo.cpp | 4 +- test/CodeGenCXX/partial-destruction.cpp | 26 ++--- test/CodeGenCXX/pod-member-memcpys.cpp | 22 ++--- test/CodeGenCXX/pointers-to-data-members.cpp | 2 +- test/CodeGenCXX/pr13396.cpp | 8 +- test/CodeGenCXX/references.cpp | 4 +- test/CodeGenCXX/runtimecc.cpp | 2 +- test/CodeGenCXX/stack-reuse-miscompile.cpp | 4 +- test/CodeGenCXX/stack-reuse.cpp | 2 +- test/CodeGenCXX/static-init-wasm.cpp | 4 +- .../static-initializer-branch-weights.cpp | 24 ++--- test/CodeGenCXX/strict-vtable-pointers.cpp | 6 +- test/CodeGenCXX/template-anonymous-types.cpp | 4 +- test/CodeGenCXX/template-instantiation.cpp | 2 +- test/CodeGenCXX/temporaries.cpp | 46 ++++----- test/CodeGenCXX/thiscall-struct-return.cpp | 2 +- test/CodeGenCXX/trivial_abi.cpp | 22 ++--- test/CodeGenCXX/value-init.cpp | 8 +- test/CodeGenCXX/virtual-bases.cpp | 20 ++-- test/CodeGenCXX/vla-consruct.cpp | 2 +- test/CodeGenCXX/vtable-assume-load.cpp | 2 +- test/CodeGenCXX/vtable-pointer-initialization.cpp | 12 +-- test/CodeGenCXX/wasm-args-returns.cpp | 4 +- test/CodeGenCoroutines/coro-params.cpp | 14 +-- test/CodeGenCoroutines/coro-ret-void.cpp | 2 +- test/CodeGenObjCXX/arc-blocks.mm | 8 +- test/CodeGenObjCXX/implicit-copy-constructor.mm | 2 +- test/CodeGenObjCXX/objc-struct-cxx-abi.mm | 8 +- test/CodeGenObjCXX/property-dot-copy-elision.mm | 6 +- test/CodeGenObjCXX/property-object-reference-2.mm | 2 +- test/CodeGenObjCXX/property-objects.mm | 6 +- test/OpenMP/atomic_codegen.cpp | 8 +- test/OpenMP/declare_reduction_codegen.cpp | 2 +- test/OpenMP/declare_target_codegen.cpp | 2 +- test/OpenMP/distribute_firstprivate_codegen.cpp | 4 +- test/OpenMP/distribute_lastprivate_codegen.cpp | 4 +- ...istribute_parallel_for_firstprivate_codegen.cpp | 4 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 16 +-- .../distribute_parallel_for_private_codegen.cpp | 20 ++-- ...bute_parallel_for_simd_firstprivate_codegen.cpp | 4 +- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 16 +-- ...istribute_parallel_for_simd_private_codegen.cpp | 20 ++-- test/OpenMP/distribute_private_codegen.cpp | 12 +-- .../distribute_simd_firstprivate_codegen.cpp | 4 +- .../OpenMP/distribute_simd_lastprivate_codegen.cpp | 4 +- test/OpenMP/distribute_simd_private_codegen.cpp | 12 +-- test/OpenMP/for_firstprivate_codegen.cpp | 20 ++-- test/OpenMP/for_lastprivate_codegen.cpp | 12 +-- test/OpenMP/for_linear_codegen.cpp | 4 +- test/OpenMP/for_private_codegen.cpp | 12 +-- test/OpenMP/for_reduction_codegen.cpp | 28 +++--- test/OpenMP/for_reduction_codegen_UDR.cpp | 4 +- test/OpenMP/parallel_firstprivate_codegen.cpp | 20 ++-- test/OpenMP/parallel_for_linear_codegen.cpp | 4 +- test/OpenMP/parallel_num_threads_codegen.cpp | 4 +- test/OpenMP/parallel_private_codegen.cpp | 14 +-- test/OpenMP/parallel_reduction_codegen.cpp | 28 +++--- test/OpenMP/sections_firstprivate_codegen.cpp | 20 ++-- test/OpenMP/sections_lastprivate_codegen.cpp | 8 +- test/OpenMP/sections_private_codegen.cpp | 12 +-- test/OpenMP/sections_reduction_codegen.cpp | 14 +-- test/OpenMP/single_firstprivate_codegen.cpp | 20 ++-- test/OpenMP/single_private_codegen.cpp | 12 +-- ...target_teams_distribute_lastprivate_codegen.cpp | 4 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 4 +- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 4 +- ...t_teams_distribute_simd_lastprivate_codegen.cpp | 4 +- test/OpenMP/task_firstprivate_codegen.cpp | 12 +-- test/OpenMP/task_private_codegen.cpp | 12 +-- test/OpenMP/taskloop_firstprivate_codegen.cpp | 12 +-- test/OpenMP/taskloop_lastprivate_codegen.cpp | 12 +-- test/OpenMP/taskloop_private_codegen.cpp | 12 +-- test/OpenMP/taskloop_simd_firstprivate_codegen.cpp | 12 +-- test/OpenMP/taskloop_simd_lastprivate_codegen.cpp | 12 +-- test/OpenMP/taskloop_simd_private_codegen.cpp | 12 +-- .../teams_distribute_lastprivate_codegen.cpp | 4 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 4 +- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 4 +- .../teams_distribute_simd_lastprivate_codegen.cpp | 4 +- test/OpenMP/teams_firstprivate_codegen.cpp | 16 +-- test/OpenMP/teams_private_codegen.cpp | 24 ++--- test/OpenMP/threadprivate_codegen.cpp | 86 ++++++++-------- 148 files changed, 875 insertions(+), 859 deletions(-)