| ... | ... | @@ -141,10 +141,12 @@ pub fn generateZirData(self: *Autodoc) !void { |
| 141 | 141 | .i8_type, |
| 142 | 142 | .u16_type, |
| 143 | 143 | .i16_type, |
| 144 | .u29_type, |
| 144 | 145 | .u32_type, |
| 145 | 146 | .i32_type, |
| 146 | 147 | .u64_type, |
| 147 | 148 | .i64_type, |
| 149 | .u80_type, |
| 148 | 150 | .u128_type, |
| 149 | 151 | .i128_type, |
| 150 | 152 | .usize_type, |
| ... | ... | @@ -157,14 +159,15 @@ pub fn generateZirData(self: *Autodoc) !void { |
| 157 | 159 | .c_ulong_type, |
| 158 | 160 | .c_longlong_type, |
| 159 | 161 | .c_ulonglong_type, |
| 160 | | .c_longdouble_type, |
| 161 | 162 | => .{ |
| 162 | 163 | .Int = .{ .name = try tmpbuf.toOwnedSlice() }, |
| 163 | 164 | }, |
| 164 | 165 | .f16_type, |
| 165 | 166 | .f32_type, |
| 166 | 167 | .f64_type, |
| 168 | .f80_type, |
| 167 | 169 | .f128_type, |
| 170 | .c_longdouble_type, |
| 168 | 171 | => .{ |
| 169 | 172 | .Float = .{ .name = try tmpbuf.toOwnedSlice() }, |
| 170 | 173 | }, |