[all-commits] [llvm/llvm-project] 92fa91: [OpenCL] Fixed missing address space for templated...

Anastasia Stulova via All-commits all-commits at lists.llvm.org
Mon Jul 27 07:21:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 92fa91bb402921a5705507c38f583e9b8e9d84e4
      https://github.com/llvm/llvm-project/commit/92fa91bb402921a5705507c38f583e9b8e9d84e4
  Author: Anastasia Stulova <anastasia.stulova at arm.com>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/SemaOpenCLCXX/address-space-templates.cl

  Log Message:
  -----------
  [OpenCL] Fixed missing address space for templated copy constructor.

Added missing address space for the parameter of copy ctor created
for templated constructor with an R-value reference.

Patch by Ole Strohm (olestrohm)!

Tags: #clang

Differential Revision: https://reviews.llvm.org/D83665




More information about the All-commits mailing list