mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Best viable overloading procedure algorithm; no_alias; call expr style casts
This commit is contained in:
@@ -35,6 +35,7 @@ typedef enum EntityFlag {
|
||||
EntityFlag_Field = 1<<3,
|
||||
EntityFlag_Param = 1<<4,
|
||||
EntityFlag_VectorElem = 1<<5,
|
||||
EntityFlag_NoAlias = 1<<6,
|
||||
} EntityFlag;
|
||||
|
||||
typedef enum OverloadKind {
|
||||
|
||||
Reference in New Issue
Block a user