diff options
| author | rpkak <rpkak@noreply.codeberg.org> | 2025-12-01 12:56:11 +0100 |
|---|---|---|
| committer | ifreund <mail@isaacfreund.com> | 2025-12-01 12:56:11 +0100 |
| commit | 95f93a0b281e32583edef36808231a5f61fb7de1 (patch) | |
| tree | 3fa7aca3b719492a56fad4e0661b8efe02b4b6fd /src/codegen/llvm.zig | |
| parent | 1d1e2b77802c75b3abb793599aefe4c772a7cfb8 (diff) | |
| download | zig-95f93a0b281e32583edef36808231a5f61fb7de1.tar.gz zig-95f93a0b281e32583edef36808231a5f61fb7de1.zip | |
std.zig.Ast: count addrspace tokens correctly
Before this PR this
```zig
const namespace = struct {
extern const num: u8 addrspace(.generic);
};
// comment
```
got formatted to this
```zig
const namespace = struct {
extern const num: u8 addrspace(.generic);
(
```
Co-authored-by: rpkak <rpkak@noreply.codeberg.org>
Co-committed-by: rpkak <rpkak@noreply.codeberg.org>
Diffstat (limited to 'src/codegen/llvm.zig')
0 files changed, 0 insertions, 0 deletions
