Address/memory/thread sanitizer.

This commit is contained in:
Christian Buttner
2024-07-02 20:22:54 +02:00
committed by Christoffer Lerno
parent d54468d7ed
commit 59ed118e66
24 changed files with 788 additions and 137 deletions

View File

@@ -19,6 +19,8 @@ fault SearchResult { MISSING }
**/
fault CastResult { TYPE_MISMATCH }
def VoidFn = fn void();
/**
* Stores a variable on the stack, then restores it at the end of the
* macro scope.