================
@@ -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:
Following other comments, I have now changed is_arrayed to is_array and used
"array" rather than "arrayed" throughout for consistency with other attributes.
https://github.com/llvm/llvm-project/pull/201163
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits