diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-15 18:06:25 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-15 18:06:25 +0000 |
| commit | f4a7e0b279043357a550c26f1972835f9f5688a1 (patch) | |
| tree | 57b326a57033ed5a73c924bc43c7b9316ad123bd /src/entity.cpp | |
| parent | faacac33ab6c03266e2c1407f027be811e97e093 (diff) | |
Add `@(no_sanitize_thread)`
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 2b21fdcac..55aca8069 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -268,6 +268,7 @@ struct Entity { bool is_anonymous : 1; bool no_sanitize_address : 1; bool no_sanitize_memory : 1; + bool no_sanitize_thread : 1; bool is_objc_impl_or_import : 1; bool is_objc_class_method : 1; } Procedure; |