Files
zig/src
mlugg 8f3ccbbe36 Sema: provide source location when analyzing panic handler
The panic handler decl_val was previously given a `unneeded` source
location, which was then added to the reference trace, resulting in a
crash if the source location was used in the reference trace. This
commit makes two trivial changes:

* Don't add unneeded source locations to the ref table (panic in debug, silently ignore in release)
* Pass a real source location when analyzing the panic handler
2023-08-14 11:43:21 -07:00
..
2023-08-12 02:22:46 -04:00
2023-06-20 12:55:38 -04:00
2023-07-18 19:02:05 -07:00
2023-08-08 21:32:50 -04:00
2023-01-25 20:56:23 -07:00
2023-08-08 21:32:50 -04:00
2023-08-12 02:22:46 -04:00