Evan Haas ccdb81fb31 Improve handling of C compiler intrinsics in translate-c
C compiler intrinsics can only appear as part of a function call. When called
they are implicitly cast to a function pointer; treat this as a non-null
pointer so that it emits as a regular Zig function call.

Put `pub usingnamespace @import("std").c.builtins;` at the top of translated
C files so that they will have access to builtin functions defined there.

Fixes #6707
2020-12-22 23:59:30 +02:00
..
2020-12-09 13:54:26 +02:00
2020-12-09 13:54:26 +02:00
2020-10-28 10:03:23 +01:00
2020-12-13 00:40:35 +01:00
2020-11-19 00:58:13 +11:00
2020-11-30 10:40:16 -08:00
2020-12-20 01:24:59 +02:00
2020-09-11 20:02:41 -04:00
2020-12-12 16:44:10 +01:00
2020-12-13 23:21:23 -05:00
2020-12-09 13:54:26 +02:00
2020-12-17 19:09:29 +02:00
2020-12-10 21:19:41 +02:00
2020-12-16 12:14:44 +02:00
2020-12-09 13:54:26 +02:00
2020-12-01 19:13:59 -05:00
2020-12-09 13:54:26 +02:00
2020-12-20 15:08:59 -07:00