zig/std/debug
Andrew Kelley 2a25398c86 fix segfault when passing union enum with sub byte...
...field to const slice parameter

we use a packed struct internally to represent a const array
of disparate union values, and needed to update the internal
getelementptr instruction to recognize that.

closes #664
2017-12-24 04:11:58 -05:00
..
failing_allocator.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
index.zig fix segfault when passing union enum with sub byte... 2017-12-24 04:11:58 -05:00