Check for output parameters not used but pinned; Check for templates with observable effects but not marked as #volatile

This commit is contained in:
gingerBill
2026-08-19 12:56:03 +01:00
parent 8956deb322
commit 75c91feb36
2 changed files with 27 additions and 1 deletions

View File

@@ -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;