Make diverging procedure types different from ones without a return type

This commit is contained in:
gingerBill
2018-09-09 13:48:33 +01:00
parent f5549f6bde
commit 12902821d6
6 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ AST_KIND(_TypeBegin, "", bool) \
u64 tags; \
ProcCallingConvention calling_convention; \
bool generic; \
bool no_return; \
bool diverging; \
}) \
AST_KIND(PointerType, "pointer type", struct { \
Token token; \