Also allow #no_bounds_check on an expression #499

This commit is contained in:
gingerBill
2019-12-15 11:41:21 +00:00
parent 58d4d424c6
commit 4ba579bc25
7 changed files with 105 additions and 56 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ struct CheckerContext {
Scope * scope;
DeclInfo * decl;
u32 stmt_state_flags;
u32 state_flags;
bool in_defer; // TODO(bill): Actually handle correctly
Type * type_hint;