================
@@ -8135,6 +8164,22 @@ ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, 
const ParsedAttr &AL,
   case ParsedAttr::AT_GCCStruct:
     handleGCCStructAttr(S, D, AL);
     break;
+
+  case ParsedAttr::AT_OpenCLConstantAddressSpace:
----------------
arsenm wrote:

What about general address space attribute 

https://github.com/llvm/llvm-project/pull/178909
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to