[all-commits] [llvm/llvm-project] e1a64a: [OpenCL] Create VoidPtrTy with generic AS in C++ f...

Anton Zabaznov via All-commits all-commits at lists.llvm.org
Wed Feb 17 01:19:07 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1a64aa66c332d16b3f0dae0426ee29eeb6bbba6
      https://github.com/llvm/llvm-project/commit/e1a64aa66c332d16b3f0dae0426ee29eeb6bbba6
  Author: Anton Zabaznov <anton.zabaznov at intel.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    A clang/test/CodeGenOpenCLCXX/addrspace-new-delete.cl

  Log Message:
  -----------
  [OpenCL] Create VoidPtrTy with generic AS in C++ for OpenCL mode

This change affects 'SemaOpenCLCXX/newdelete.cl' test,
thus the patch contains adjustments in types validation of
operators new and delete

Reviewed By: Anastasia

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




More information about the All-commits mailing list