More FnDef TypeInfo generation.

This commit is contained in:
Alexandros Naskos
2018-04-29 14:03:55 +03:00
parent af73462da4
commit 66aa760f83
2 changed files with 39 additions and 1 deletions

View File

@@ -6500,6 +6500,10 @@ static void define_builtin_compile_vars(CodeGen *g) {
" fn_type: type,\n"
" inline_type: Inline,\n"
" calling_convention: CallingConvention,\n"
" is_var_args: bool,\n"
" is_extern: bool,\n"
" is_export: bool,\n"
" lib_name: ?[]const u8,\n"
"\n"
" const Inline = enum {\n"
" Auto,\n"