zig/lib/std/c
Jacob Young d10c52c194 AstGen: disallow alignment on function types
A pointer type already has an alignment, so this information does not
need to be duplicated on the function type.  This already has precedence
with addrspace which is already disallowed on function types for this
reason.  Also fixes `@TypeOf(&func)` to have the correct addrspace and
alignment.
2024-03-17 03:06:17 +01:00
..
darwin darwin: update mcontext_t definition for aarch64 to add neon state 2023-07-20 22:58:14 -04:00
darwin.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
dragonfly.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
emscripten.zig bsd: debitrot type-safe std.c.O 2024-02-14 19:26:12 -08:00
freebsd.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
haiku.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
linux.zig std.os: export T struct and winsize struct 2024-02-14 17:53:37 -08:00
netbsd.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
openbsd.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
solaris.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
wasi.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
windows.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00