cxx.cl 215 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // C++ for OpenCL specific logic. void test(int *ptr) { addrspace_cast<__global int*>(ptr); } // RUN: c-index-test -test-load-source all %s -cl-std=clc++ | FileCheck %s // CHECK: cxx.cl:3:3: CXXAddrspaceCastExpr