Files
zig/src
Andrew Kelley 3c5927fb87 Sema: add a strategy for handling costly source locations
Now you can pass `.unneeded` for a `LazySrcLoc` and if there ended up
being a compile error that needed it, you'll get
`error.NeededSourceLocation`.

Callsites can now exploit this error to do the expensive computation
to produce a source location object and then repeat the operation.
2021-07-20 12:19:16 -07:00
..
2021-07-20 12:19:16 -07:00
2021-06-15 11:50:13 +09:00
2021-07-20 12:19:16 -07:00
2021-07-08 14:10:49 -07:00
2021-06-21 17:03:03 -07:00
2020-09-21 18:38:55 -07:00
2018-10-27 11:35:01 -04:00
2020-12-16 12:18:14 +01:00
2021-07-20 12:18:14 -07:00