[clang] [HLSL] Add IsArray resource attribute (PR #201163)
Tim Corringham via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 9 02:59:16 PDT 2026
================
@@ -77,15 +77,17 @@ class BuiltinTypeDeclBuilder {
BuiltinTypeDeclBuilder &
addBufferHandles(ResourceClass RC, bool IsROV, bool RawBuffer,
- bool HasCounter,
+ bool HasCounter, bool IsArrayed,
AccessSpecifier Access = AccessSpecifier::AS_private);
----------------
tcorringham wrote:
I have now limited the changes in this PR to just the is_array attribute and parsing as requested.
https://github.com/llvm/llvm-project/pull/201163
More information about the cfe-commits
mailing list