================ @@ -13537,6 +13537,9 @@ def err_sycl_special_type_num_init_method : Error< "method defined">; def err_sycl_device_invalid_target : Error< "%0 is not a supported SYCL device target">; +def err_sycl_address_space_qualified_object : Error< + "'%0' attribute may only be applied to the object type of an object pointer " ---------------- elizabethandrews wrote:
I modified the diagnostic as suggested. @erichkeane please let me know if the new diagnostic works for you. Thank you! https://github.com/llvm/llvm-project/pull/200849 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
