mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Improve //+vet; remove using in many places; add //+vet !using-stmt where necessary
This commit is contained in:
+2
-6
@@ -449,12 +449,8 @@ struct CheckerContext {
|
||||
Ast *assignment_lhs_hint;
|
||||
};
|
||||
|
||||
u64 check_vet_flags(CheckerContext *c) {
|
||||
if (c->file && c->file->vet_flags_set) {
|
||||
return c->file->vet_flags;
|
||||
}
|
||||
return build_context.vet_flags;
|
||||
}
|
||||
gb_internal u64 check_vet_flags(CheckerContext *c);
|
||||
gb_internal u64 check_vet_flags(Ast *node);
|
||||
|
||||
|
||||
struct Checker {
|
||||
|
||||
Reference in New Issue
Block a user