[all-commits] [llvm/llvm-project] 11a9ba: [AST] Enable expression of OpenCL language address...

Victor Lomuller via All-commits all-commits at lists.llvm.org
Thu Dec 5 04:48:07 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 11a9bae8f66986751078501988b4414f24dbe37e
      https://github.com/llvm/llvm-project/commit/11a9bae8f66986751078501988b4414f24dbe37e
  Author: Victor Lomuller <victor at codeplay.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/lib/Sema/SemaType.cpp
    A clang/test/AST/language_address_space_attribute.cpp
    M clang/test/SemaOpenCL/address-spaces.cl

  Log Message:
  -----------
  [AST] Enable expression of OpenCL language address spaces an attribute

Summary:
Enable a way to set OpenCL language address space using attributes
in addition to existing keywords.

Signed-off-by: Victor Lomuller victor at codeplay.com

Reviewers: aaron.ballman, Anastasia

Subscribers: yaxunl, ebevhan, cfe-commits, Naghasan

Tags: #clang

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

Signed-off-by: Alexey Bader <alexey.bader at intel.com>




More information about the All-commits mailing list