================
@@ -327,10 +327,33 @@ class StructType
}
};
+ // Type for specifying the decoration(s) on the struct itself
+ struct StructDecorationInfo {
+ bool hasValue;
----------------
kuhar wrote:
Yeah, I'd rather drop it
https://github.com/llvm/llvm-project/pull/149793