Files
zig/src
Jakub Konka 627cf6ce48 astgen: clean up source line calculation and management
Clarify that `astgen.advanceSourceCursor` already increments absolute
values of the line and columns numbers; i.e., `GenZir.calcLine` is thus
not only obsolete but wrong by design.

Incidentally, this clean up allows for specifying the `FnDecl` line
numbers for DWARF use correctly as relative values with respect to
the start of the parent `Decl`. This `Decl` in turn has its line number
information specified relatively to its parent `Decl`, and so on, until
we reach the global scope.
2022-01-31 22:29:29 -05:00
..
2022-01-30 21:31:54 +02:00
2022-01-24 21:53:57 -07:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-01-30 21:27:52 +02:00
2022-01-07 00:06:06 -05:00
2022-01-02 13:16:17 -07:00
2022-01-24 21:53:57 -07:00
2022-01-26 09:10:12 +02:00
2022-01-07 00:06:06 -05:00
2022-01-28 11:45:04 -07:00
2021-09-24 13:39:20 -04:00