================
@@ -6847,12 +6847,16 @@ class HLSLAttributedResourceType : public Type, public 
llvm::FoldingSetNode {
     LLVM_PREFERRED_TYPE(bool)
     uint8_t IsCounter : 1;
 
+    LLVM_PREFERRED_TYPE(bool)
+    uint8_t IsArray : 1;
----------------
tcorringham wrote:

Yes, I think this makes it more consistent - done.

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