mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-02 18:23:35 +00:00
Check for output parameters not used but pinned; Check for templates with observable effects but not marked as #volatile
This commit is contained in:
@@ -346,6 +346,9 @@ struct Entity {
|
||||
bool is_volatile;
|
||||
bool is_align_stack;
|
||||
|
||||
bool has_observable_side_effect;
|
||||
|
||||
|
||||
bool clobber_flags;
|
||||
bool clobber_memory;
|
||||
StringSet clobber_registers_set;
|
||||
|
||||
Reference in New Issue
Block a user