[clang] [llvm] [DebugInfo] Emit DW_AT_bit_size for _BitInt types and others (PR #164372)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 29 04:12:26 PDT 2025


================
@@ -891,96 +891,114 @@ class DIBasicType : public DIType {
   friend class MDNode;
 
   unsigned Encoding;
+  /// Describes the number of bits used by the value of the object Non-zero when
----------------
Michael137 wrote:

```suggestion
  /// Describes the number of bits used by the value of the object. Non-zero when
```
?

https://github.com/llvm/llvm-project/pull/164372


More information about the cfe-commits mailing list