aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
authorVeikka Tuominen <git@vexu.eu>2022-03-10 13:04:55 +0200
committerVeikka Tuominen <git@vexu.eu>2022-03-10 13:04:55 +0200
commite0fb0770d1012e1a5afba947ba96dc53fe2ca45c (patch)
tree5ff2755649da691d86e26367b05880aa2b3771c0 /src/codegen/llvm.zig
parentb9f521b40217835c72bcb91debf3904d5b9df6e7 (diff)
downloadzig-e0fb0770d1012e1a5afba947ba96dc53fe2ca45c.tar.gz
zig-e0fb0770d1012e1a5afba947ba96dc53fe2ca45c.zip
Sema: if generic function evaluates to another generic function call it inline
```zig fn foo(a: anytype, b: @TypeOf(a)) void { _ = b; } test { // foo evaluates to `fn (type) void` and must be called inline foo(u32, u32); } ```
Diffstat (limited to 'src/codegen/llvm.zig')
0 files changed, 0 insertions, 0 deletions