Add @(no_sanitize_memory) proc attribute with MSan additions to base:sanitizer

This commit is contained in:
Feoramund
2025-06-05 14:36:55 -04:00
parent 97fd228f01
commit 9c5640886d
6 changed files with 84 additions and 1 deletions

View File

@@ -263,6 +263,7 @@ struct Entity {
bool uses_branch_location : 1;
bool is_anonymous : 1;
bool no_sanitize_address : 1;
bool no_sanitize_memory : 1;
} Procedure;
struct {
Array<Entity *> entities;