[clang] [Clang][Sema] Reject unsupported opencl address space attributes in SYCL and HLSL (PR #152528)

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 7 08:56:30 PDT 2025


================
@@ -0,0 +1,30 @@
+//===- AttributeLangSupport.h -----------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//===----------------------------------------------------------------------===//
----------------
bader wrote:

```suggestion
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
```

https://github.com/llvm/llvm-project/pull/152528


More information about the cfe-commits mailing list