================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to