================
@@ -375,4 +375,42 @@ def CIR_VisibilityAttr : CIR_EnumAttr<CIR_VisibilityKind,
"visibility"> {
}];
}
+//===----------------------------------------------------------------------===//
+// BitfieldInfoAttr
+//===----------------------------------------------------------------------===//
+
+def BitfieldInfoAttr : CIR_Attr<"BitfieldInfo", "bitfield_info"> {
+ let summary = "Represents a bit field info";
+ let description = [{
+ Holds the next information about bitfields: name, storage type, a bitfield
+ size and position in the storage, if the bitfield is signed or not.
----------------
andykaylor wrote:
```suggestion
Holds the following information about bitfields: name, storage type, size
and position in the storage, and signedness.
```
https://github.com/llvm/llvm-project/pull/145971
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits