[clang] [HLSL] Add `[[hlsl::raw_buffer]]` attribute (PR #107954)

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 13:04:43 PDT 2024


================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -x hlsl -ast-dump -o - %s | FileCheck %s
----------------
hekota wrote:

Yep, that would be `clang/test/ParserHLSL/hlsl_resource_handle_attrs.hlsl`.


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


More information about the cfe-commits mailing list