mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-19 11:29:15 -04:00
#optional_ok tag for procedures
This commit is contained in:
1 parent
2c91c21021
commit
97f7a558fa
10 files changed
+417
-308
No files matched your search
@@ -1618,6 +1618,7 @@ void parse_proc_tags(AstFile *f, u64 *tags) {
|
||||
}
|
||||
|
||||
if (false) {}
|
||||
ELSE_IF_ADD_TAG(optional_ok)
|
||||
ELSE_IF_ADD_TAG(require_results)
|
||||
ELSE_IF_ADD_TAG(bounds_check)
|
||||
ELSE_IF_ADD_TAG(no_bounds_check)
|
||||
|
||||
Reference in new issue
Block a user