$expand macro, to expand a string into code. opt project setting now properly documented.

This commit is contained in:
Christoffer Lerno
2024-08-01 00:07:16 +02:00
parent 8c33b073c2
commit 7f00f35f4b
22 changed files with 203 additions and 24 deletions

View File

@@ -4277,6 +4277,7 @@ bool sema_analyse_decl(SemaContext *context, Decl *decl)
case DECL_BODYPARAM:
case DECL_CT_INCLUDE:
case DECL_CT_EXEC:
case DECL_CT_EXPAND:
case DECL_GLOBALS:
UNREACHABLE
}