mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 06:43:35 +00:00
Add #by_ptr procedure attribute to enforce a parameter to be passed by pointer internally
This commit is contained in:
@@ -83,6 +83,7 @@ enum EntityFlag : u64 {
|
||||
EntityFlag_CustomLinkage_LinkOnce = 1ull<<44,
|
||||
|
||||
EntityFlag_Require = 1ull<<50,
|
||||
EntityFlag_ByPtr = 1ull<<51, // enforce parameter is passed by pointer
|
||||
|
||||
EntityFlag_Overridden = 1ull<<63,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user